Adrian Hunter 539e6bb71e perf record: Add an option to force per-cpu mmaps 11 years ago
..
include a986241854 perf fs: Add procfs support 11 years ago
scripting-engines b9c5143a01 perf tools: Use an accessor to read thread comm 11 years ago
PERF-VERSION-GEN a614d01bdd perf tools: Fix version when building out of tree 11 years ago
abspath.c a41794cdd7 perf tools: Remove some unused functions 15 years ago
alias.c 1d037ca164 perf tools: Use __maybe_used for unused variables 13 years ago
annotate.c 6e427ab02c perf annotate: Find kcore symbols on other maps 11 years ago
annotate.h fc67297b16 perf tools: Separate out GTK codes to libperf-gtk.so 11 years ago
bitmap.c 850f8127fa perf tools: Add bitmap_or function into bitmap object 13 years ago
build-id.c c824c4338a perf tools: Stop using 'self' in some more places 11 years ago
build-id.h 316c7136f8 perf tools: Finish the removal of 'self' arguments 11 years ago
cache.h fb1c9185e3 tools/perf: Turn strlcpy() into a __weak function 11 years ago
callchain.c e369517ce5 perf callchain: Convert children list to rbtree 11 years ago
callchain.h aac898548d Merge branch 'perf/urgent' into perf/core 11 years ago
cgroup.c 1d037ca164 perf tools: Use __maybe_used for unused variables 13 years ago
cgroup.h 023695d96e perf tool: Add cgroup support 14 years ago
color.c 53805eca3d perf tools: Remove cast of non-variadic function to variadic 11 years ago
color.h 53805eca3d perf tools: Remove cast of non-variadic function to variadic 11 years ago
comm.c 4dfced359f perf tools: Get current comm instead of last one 11 years ago
comm.h 4dfced359f perf tools: Get current comm instead of last one 11 years ago
config.c 1d037ca164 perf tools: Use __maybe_used for unused variables 13 years ago
cpumap.c cf38fadade perf fs: Rename NAME_find_mountpoint() to NAME__mountpoint() 11 years ago
cpumap.h ec1e7e437a perf tools: Rename cpu_map__all() to cpu_map__empty() 12 years ago
ctype.c 3bd2b8d109 perf tools: ctype.c only wants util.h 13 years ago
data.c 6a4d98d787 perf tools: Add perf_data_file__open interface to data object 11 years ago
data.h cc9784bd9f perf session: Separating data file properties from session 11 years ago
debug.c 044c4f8fba perf tools: Fix TUI helpline output 12 years ago
debug.h 56e52e8536 perf evsel: Introduce perf_evsel__open_strerror method 12 years ago
dso.c 2cc9d0ef57 perf tools: Save failed result of get_srcline() 11 years ago
dso.h 2cc9d0ef57 perf tools: Save failed result of get_srcline() 11 years ago
dwarf-aux.c e08cfd4bda perf probe: Fix to find line information for probe list 11 years ago
dwarf-aux.h e08cfd4bda perf probe: Fix to find line information for probe list 11 years ago
environment.c 864709302a perf_counter tools: Move from Documentation/perf_counter/ to tools/perf/ 16 years ago
event.c 9d4ecc8893 perf tools: Synthesize anon MMAP records again 11 years ago
event.h 62605dc50c perf record: Synthesize non-exec MMAP records when --data used 11 years ago
evlist.c 539e6bb71e perf record: Add an option to force per-cpu mmaps 11 years ago
evlist.h 602ad878d4 perf target: Shorten perf_target__ to target__ 11 years ago
evsel.c 539e6bb71e perf record: Add an option to force per-cpu mmaps 11 years ago
evsel.h d87fcb4a2d perf evsel: Introduce perf_evsel__prev() method 11 years ago
exec_cmd.c a3d1ee10d1 perf tools: Makefile: Remove various and sundry cruft 14 years ago
exec_cmd.h a41794cdd7 perf tools: Remove some unused functions 15 years ago
fs.c a986241854 perf fs: Add procfs support 11 years ago
fs.h a986241854 perf fs: Add procfs support 11 years ago
generate-cmdlist.sh 89fe808ae7 tools/perf: Standardize feature support define names to: HAVE_{FEATURE}_SUPPORT 11 years ago
header.c ef503831d8 perf evsel: Remove idx parm from constructor 11 years ago
header.h 2a08c3ec4f perf header: Recognize version number for perf data file 12 years ago
help.c 1d037ca164 perf tools: Use __maybe_used for unused variables 13 years ago
help.h 8b40f521cf perf tools: Protect header files with a consistent style 16 years ago
hist.c 41a4e6e2a0 perf hists: Consolidate __hists__add_*entry() 11 years ago
hist.h 316c7136f8 perf tools: Finish the removal of 'self' arguments 11 years ago
hweight.c fb72014d98 perf tools: Don't use code surrounded by __KERNEL__ 15 years ago
intlist.c 813335b8b2 perf util: Add findnew method to intlist 11 years ago
intlist.h 813335b8b2 perf util: Add findnew method to intlist 11 years ago
levenshtein.c 864709302a perf_counter tools: Move from Documentation/perf_counter/ to tools/perf/ 16 years ago
levenshtein.h 8b40f521cf perf tools: Protect header files with a consistent style 16 years ago
machine.c 37676af15c perf symbols: Limit max callchain using max_stack on DWARF unwinding too 11 years ago
machine.h 602ad878d4 perf target: Shorten perf_target__ to target__ 11 years ago
map.c 1d5077bdd9 perf annotate: Another fix for annotate_browser__callq() 11 years ago
map.h 1d5077bdd9 perf annotate: Another fix for annotate_browser__callq() 11 years ago
pager.c ea1b3ebac9 perf tools: Fix pager on minimal-install embedded systems 13 years ago
parse-events.c ef503831d8 perf evsel: Remove idx parm from constructor 11 years ago
parse-events.h c5cd8ac07e perf parse events: Demystify memory allocations 12 years ago
parse-events.l 820042233b perf tools: Move start conditions to start of the flex file 11 years ago
parse-events.y c5cd8ac07e perf parse events: Demystify memory allocations 12 years ago
parse-options.c cc03c54296 perf stat: Enhance option parse error message 11 years ago
parse-options.h ac69762550 perf tools: Show single option when failed to parse 11 years ago
path.c fb1c9185e3 tools/perf: Turn strlcpy() into a __weak function 11 years ago
perf_regs.h 89fe808ae7 tools/perf: Standardize feature support define names to: HAVE_{FEATURE}_SUPPORT 11 years ago
pmu.c cf38fadade perf fs: Rename NAME_find_mountpoint() to NAME__mountpoint() 11 years ago
pmu.h 4cabc3d1cb tools/perf/stat: Add perf stat --transaction 11 years ago
pmu.l cd82a32e99 perf tools: Add perf pmu object to access pmu format definition 13 years ago
pmu.y 85df3b3769 perf tools: Fix build with bison 2.3 and older. 12 years ago
probe-event.c 7969ec7728 perf probe: Support "$vars" meta argument syntax for local variables 11 years ago
probe-event.h 225466f1c2 perf probe: Provide perf interface for uprobes 13 years ago
probe-finder.c 316c7136f8 perf tools: Finish the removal of 'self' arguments 11 years ago
probe-finder.h 316c7136f8 perf tools: Finish the removal of 'self' arguments 11 years ago
pstack.c 61e945150f perf tools: Stop using 'self' in pstack 12 years ago
pstack.h 316c7136f8 perf tools: Finish the removal of 'self' arguments 11 years ago
python-ext-sources 4299a54997 perf tools: Factor sysfs code into generic fs object 11 years ago
python.c aac898548d Merge branch 'perf/urgent' into perf/core 11 years ago
quote.c a41794cdd7 perf tools: Remove some unused functions 15 years ago
quote.h a41794cdd7 perf tools: Remove some unused functions 15 years ago
rblist.c 813335b8b2 perf util: Add findnew method to intlist 11 years ago
rblist.h 813335b8b2 perf util: Add findnew method to intlist 11 years ago
record.c 714647bdc5 perf tools: Check maximum frequency rate for record/top 11 years ago
run-command.c a41794cdd7 perf tools: Remove some unused functions 15 years ago
run-command.h a41794cdd7 perf tools: Remove some unused functions 15 years ago
session.c 744a971940 perf evsel: Ditch evsel->handler.data field 11 years ago
session.h 316c7136f8 perf tools: Finish the removal of 'self' arguments 11 years ago
setup.py 9c12cf95b3 perf tools: Merge all *CFLAGS* make variable into CFLAGS 12 years ago
sigchain.c a41794cdd7 perf tools: Remove some unused functions 15 years ago
sigchain.h a41794cdd7 perf tools: Remove some unused functions 15 years ago
sort.c 7524f63b99 perf tools: Prevent condition that all sort keys are elided 11 years ago
sort.h 8ce000e838 perf tools: Remove unneeded include 11 years ago
srcline.c a949fffb84 perf tools: Fix old GCC build error in 'get_srcline' 11 years ago
stat.c ffe4f3c0d1 perf stats: Add max and min stats 12 years ago
stat.h ffe4f3c0d1 perf stats: Add max and min stats 12 years ago
strbuf.c f787d9519f perf tools: Fix strbuf_addf() when the buffer needs to grow 12 years ago
strbuf.h a41794cdd7 perf tools: Remove some unused functions 15 years ago
strfilter.c 316c7136f8 perf tools: Finish the removal of 'self' arguments 11 years ago
strfilter.h 316c7136f8 perf tools: Finish the removal of 'self' arguments 11 years ago
string.c 50e200f079 perf tools: Default to cpu// for events v5 12 years ago
strlist.c 79146a69c8 perf probe: Fix segfault 12 years ago
strlist.h d8639f068a perf tools: Stop using 'self' in strlist 12 years ago
svghelper.c e853072055 perf timechart: Fix black idle boxes in the title 14 years ago
svghelper.h 8b40f521cf perf tools: Protect header files with a consistent style 16 years ago
symbol-elf.c 784f3390f9 perf symbols: Fix a mmap and munmap mismatched bug 11 years ago
symbol-minimal.c fc1b691d76 perf buildid-cache: Add ability to add kcore to the cache 11 years ago
symbol.c d4f74eb891 perf symbols: Fix a memory leak due to symbol__delete not being used 11 years ago
symbol.h fc1b691d76 perf buildid-cache: Add ability to add kcore to the cache 11 years ago
target.c 602ad878d4 perf target: Shorten perf_target__ to target__ 11 years ago
target.h 539e6bb71e perf record: Add an option to force per-cpu mmaps 11 years ago
thread.c 4dfced359f perf tools: Get current comm instead of last one 11 years ago
thread.h 316c7136f8 perf tools: Finish the removal of 'self' arguments 11 years ago
thread_map.c e8cdd94777 perf tools: fix thread_map__new_by_pid_str() memory leak in error path 13 years ago
thread_map.h b3a319d528 perf evlist: Add thread_map__nr() helper 12 years ago
tool.h 5c5e854bc7 perf tools: Add attr->mmap2 support 11 years ago
top.c 602ad878d4 perf target: Shorten perf_target__ to target__ 11 years ago
top.h 5dbb6e81d8 perf top: Add --max-stack option to limit callchain stack scan 11 years ago
trace-event-info.c cfd0e8cf7f perf util: No need to call read_trace_init() in tracing_data_header() 12 years ago
trace-event-parse.c 5283ec23a0 perf tools: Remove unused trace-event-* code 11 years ago
trace-event-read.c 94b4d89e00 perf util: Parse header_page to get proper long size 12 years ago
trace-event-scripting.c 2eaa1b407a perf script: Fix named threads support 12 years ago
trace-event.h 5283ec23a0 perf tools: Remove unused trace-event-* code 11 years ago
types.h 6a11f92ef4 perf tools: Add union u64_swap type for swapping u64 data 13 years ago
unwind.c 37676af15c perf symbols: Limit max callchain using max_stack on DWARF unwinding too 11 years ago
unwind.h 37676af15c perf symbols: Limit max callchain using max_stack on DWARF unwinding too 11 years ago
usage.c dfe78adaac perf target: Introduce perf_target__parse_uid() 13 years ago
util.c 56921becdd perf tools: Do not accept parse_tag_value() overflow 11 years ago
util.h 97a07f10c3 perf tools: Introduce filename__read_int helper 11 years ago
values.c 0161d82e9b perf tools: Fix a memory leak on perf_read_values_destroy 13 years ago
values.h 8b40f521cf perf tools: Protect header files with a consistent style 16 years ago
vdso.c f9ceffb605 perf symbols: Fix vdso list searching 12 years ago
vdso.h 7dbf4dcfe2 perf tools: Back [vdso] DSO with real data 13 years ago
wrapper.c 1d037ca164 perf tools: Use __maybe_used for unused variables 13 years ago
xyarray.c 69aad6f1ee perf tools: Introduce event selectors 14 years ago
xyarray.h 69aad6f1ee perf tools: Introduce event selectors 14 years ago