Srikar Dronamraju a23c4dc422 perf uprobes: Remove unnecessary check before strlist__delete 13 년 전
..
include 2c86bf172e perf tools: Switch module.h into export.h 13 년 전
scripting-engines 8784eb7497 perf script: Rename struct event to struct event_format in perl engine 13 년 전
PERF-VERSION-GEN aa5cdd308d perf tools: Make --version show kernel version instead of pull req tag 13 년 전
abspath.c a41794cdd7 perf tools: Remove some unused functions 15 년 전
alias.c f37a291c52 perf_counter tools: Add more warnings and fix/annotate them 16 년 전
annotate.c c46219ac34 perf annotate: Introduce ->free() method in ins_ops 13 년 전
annotate.h c46219ac34 perf annotate: Introduce ->free() method in ins_ops 13 년 전
bitmap.c 850f8127fa perf tools: Add bitmap_or function into bitmap object 13 년 전
build-id.c 299c345208 perf buildid-list: Work better with pipe mode 13 년 전
build-id.h 45694aa770 perf tools: Rename perf_event_ops to perf_tool 13 년 전
cache.h dc41b9b8f0 perf ui: Change fallback policy of setup_browser() 13 년 전
callchain.c 472606458f perf callchain: Make callchain cursors TLS 13 년 전
callchain.h 472606458f perf callchain: Make callchain cursors TLS 13 년 전
cgroup.c c168fbfb93 perf tools: Eliminate duplicate code and use PATH_MAX consistently 13 년 전
cgroup.h 023695d96e perf tool: Add cgroup support 14 년 전
color.c e7f01d1e3d perf tools: Use scnprintf where applicable 13 년 전
color.h a4e3b956a8 perf hist: Replace ->print() routines by ->snprintf() equivalents 15 년 전
config.c 8dc7c651dd perf config: Allow '_' in config file variable names 13 년 전
cpumap.c 9ae7d3351a perf tools: Add fprintf methods for thread_map and cpu_map classes 13 년 전
cpumap.h 9ae7d3351a perf tools: Add fprintf methods for thread_map and cpu_map classes 13 년 전
ctype.c 3bd2b8d109 perf tools: ctype.c only wants util.h 13 년 전
debug.c 16ad2ffb82 perf tools: Introduce perf_target__strerror() 13 년 전
debug.h aca7a94d6a perf tools: Move UI bits to tools/perf/ui directory 13 년 전
debugfs.c 2837609fef perf tools: Remove unused functions from debugfs object 13 년 전
debugfs.h 2837609fef perf tools: Remove unused functions from debugfs object 13 년 전
dwarf-aux.c 3f4460a28f perf probe: Filter out redundant inline-instances 14 년 전
dwarf-aux.h db0d2c6420 perf probe: Search concrete out-of-line instances 14 년 전
environment.c 864709302a perf_counter tools: Move from Documentation/perf_counter/ to tools/perf/ 16 년 전
event.c cfbd70c17c perf tools: Ensure comm string is properly terminated 13 년 전
event.h b5387528f3 perf tools: Add code to support PERF_SAMPLE_BRANCH_STACK 13 년 전
evlist.c 55da80059d perf evlist: Pass third argument to ioctl explicitly 13 년 전
evlist.h 79695e1bb6 perf stat: Initialize default events wrt exclude_{guest,host} 13 년 전
evsel.c 37073f9e44 perf evsel: Fix 32 bit values endianity swap for sample_id_all header 13 년 전
evsel.h c410431cef perf tools: Reconstruct event with modifiers from perf_event_attr 13 년 전
exec_cmd.c a3d1ee10d1 perf tools: Makefile: Remove various and sundry cruft 14 년 전
exec_cmd.h a41794cdd7 perf tools: Remove some unused functions 15 년 전
generate-cmdlist.sh 864709302a perf_counter tools: Move from Documentation/perf_counter/ to tools/perf/ 16 년 전
header.c 2eeaaa095d perf tools: rename HEADER_TRACE_INFO to HEADER_TRACING_DATA 13 년 전
header.h 2eeaaa095d perf tools: rename HEADER_TRACE_INFO to HEADER_TRACING_DATA 13 년 전
help.c a41794cdd7 perf tools: Remove some unused functions 15 년 전
help.h 8b40f521cf perf tools: Protect header files with a consistent style 15 년 전
hist.c 472606458f perf callchain: Make callchain cursors TLS 13 년 전
hist.h 472606458f perf callchain: Make callchain cursors TLS 13 년 전
hweight.c fb72014d98 perf tools: Don't use code surrounded by __KERNEL__ 15 년 전
levenshtein.c 864709302a perf_counter tools: Move from Documentation/perf_counter/ to tools/perf/ 16 년 전
levenshtein.h 8b40f521cf perf tools: Protect header files with a consistent style 15 년 전
map.c 31d68e7b66 perf annotate: Validate addr in symbol__inc_addr_samples 13 년 전
map.h 31d68e7b66 perf annotate: Validate addr in symbol__inc_addr_samples 13 년 전
pager.c ea1b3ebac9 perf tools: Fix pager on minimal-install embedded systems 13 년 전
parse-events-test.c 6b5fc39bdd perf tools: Add hardcoded name term for pmu events 13 년 전
parse-events.c c410431cef perf tools: Reconstruct event with modifiers from perf_event_attr 13 년 전
parse-events.h 6b5fc39bdd perf tools: Add hardcoded name term for pmu events 13 년 전
parse-events.l 6b5fc39bdd perf tools: Add hardcoded name term for pmu events 13 년 전
parse-events.y 6b5fc39bdd perf tools: Add hardcoded name term for pmu events 13 년 전
parse-options.c edb7c60e27 perf options: Type check all the remaining OPT_ variants 15 년 전
parse-options.h e4e18d568b perf options: add OPT_CALLBACK_DEFAULT_NOOPT 14 년 전
path.c f4e7ac0a23 perf tools: add test for strlcpy() 15 년 전
pmu.c 6b5fc39bdd perf tools: Add hardcoded name term for pmu events 13 년 전
pmu.h cd82a32e99 perf tools: Add perf pmu object to access pmu format definition 13 년 전
pmu.l cd82a32e99 perf tools: Add perf pmu object to access pmu format definition 13 년 전
pmu.y cd82a32e99 perf tools: Add perf pmu object to access pmu format definition 13 년 전
probe-event.c a23c4dc422 perf uprobes: Remove unnecessary check before strlist__delete 13 년 전
probe-event.h 225466f1c2 perf probe: Provide perf interface for uprobes 13 년 전
probe-finder.c ba28c59bc9 perf probe: Finder fails to resolve function name to address 13 년 전
probe-finder.h c168fbfb93 perf tools: Eliminate duplicate code and use PATH_MAX consistently 13 년 전
pstack.c 3e1bbdc3a7 perf newt: Make <- zoom out filters 15 년 전
pstack.h d1b4f2491c perf ui: Move hists browser to util/ui/browsers/ 15 년 전
python-ext-sources b52956c961 perf tools: Allow multiple threads or processes in record, stat, top 13 년 전
python.c 0d37aa34f8 perf tools: Introduce per user view 13 년 전
quote.c a41794cdd7 perf tools: Remove some unused functions 15 년 전
quote.h a41794cdd7 perf tools: Remove some unused functions 15 년 전
run-command.c a41794cdd7 perf tools: Remove some unused functions 15 년 전
run-command.h a41794cdd7 perf tools: Remove some unused functions 15 년 전
session.c 268fb20f83 perf session: Handle endianity swap on sample_id_all header data 13 년 전
session.h b5387528f3 perf tools: Add code to support PERF_SAMPLE_BRANCH_STACK 13 년 전
setup.py 6a5c13aff4 perf tools: Fix build dependency of perf python extension 13 년 전
sigchain.c a41794cdd7 perf tools: Remove some unused functions 15 년 전
sigchain.h a41794cdd7 perf tools: Remove some unused functions 15 년 전
sort.c 9c2b957db1 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip 13 년 전
sort.h a68c2c5817 perf report: Enable TUI in branch view mode 13 년 전
strbuf.c e7f01d1e3d perf tools: Use scnprintf where applicable 13 년 전
strbuf.h a41794cdd7 perf tools: Remove some unused functions 15 년 전
strfilter.c ff9ae1babd perf: Fix missing strndup declaration 14 년 전
strfilter.h 68baa431ec perf tools: Add strfilter for general purpose string filter 14 년 전
string.c bad03ae476 perf probe: Move strtailcmp to string.c 14 년 전
strlist.c 3e3405906d perf probe: Fix --del to update current event list 15 년 전
strlist.h abf5ef7247 perf tools: Add for_each macros for strlist 15 년 전
svghelper.c e853072055 perf timechart: Fix black idle boxes in the title 14 년 전
svghelper.h 8b40f521cf perf tools: Protect header files with a consistent style 15 년 전
symbol.c 378474e4b2 perf symbols: Check for valid dso before creating map 13 년 전
symbol.h 8db4841fc7 perf symbols: Handle different endians properly during symbol load 13 년 전
sysfs.c e90fda0635 perf tools: Add sysfs mountpoint interface 13 년 전
sysfs.h e90fda0635 perf tools: Add sysfs mountpoint interface 13 년 전
target.c 16ad2ffb82 perf tools: Introduce perf_target__strerror() 13 년 전
target.h d1cb9fce92 perf target: Add uses_mmap field 13 년 전
thread.c b424eba271 perf session: Move threads to struct machine 13 년 전
thread.h 743eb86865 perf tools: Resolve machine earlier and pass it to perf_event_ops 13 년 전
thread_map.c e8cdd94777 perf tools: fix thread_map__new_by_pid_str() memory leak in error path 13 년 전
thread_map.h 61d5bf5b01 perf tools: Fix thread map that is type pid_t 13 년 전
tool.h ee29be625b perf tools: Save some loops using perf_evlist__id2evsel 13 년 전
top.c fe9d18a71d perf top: Convert to struct perf_target 13 년 전
top.h fe9d18a71d perf top: Convert to struct perf_target 13 년 전
trace-event-info.c aaf045f723 perf: Have perf use the new libtraceevent.a library 13 년 전
trace-event-parse.c 1c698186ab parse-events: Rename struct record to struct pevent_record 13 년 전
trace-event-read.c 1c698186ab parse-events: Rename struct record to struct pevent_record 13 년 전
trace-event-scripting.c d30d4a080d perf tools: Remove unnecessary ctype.h inclusion 13 년 전
trace-event.h 1c698186ab parse-events: Rename struct record to struct pevent_record 13 년 전
types.h 6a11f92ef4 perf tools: Add union u64_swap type for swapping u64 data 13 년 전
usage.c dfe78adaac perf target: Introduce perf_target__parse_uid() 13 년 전
util.c 61e04b332e perf annotate browser: Align jump labels 13 년 전
util.h 5dcefda0fd Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core 13 년 전
values.c 0161d82e9b perf tools: Fix a memory leak on perf_read_values_destroy 13 년 전
values.h 8b40f521cf perf tools: Protect header files with a consistent style 15 년 전
wrapper.c 151f85a471 perf tools: remove xstrndup, xmalloc, xzalloc 15 년 전
xyarray.c 69aad6f1ee perf tools: Introduce event selectors 14 년 전
xyarray.h 69aad6f1ee perf tools: Introduce event selectors 14 년 전