Don Zickus fdf57dd052 perf machine: Use map as success in ip__resolve_ams 11 years ago
..
include b39c2a57a0 perf tools: Fix strict alias issue for find_first_bit 11 years ago
scripting-engines f5385650c0 perf tools: No need to test against NULL before calling free() 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 046625231a perf tools: Introduce zfree 11 years ago
annotate.c 48c65bda95 perf annotate: Check availability of annotate when processing samples 11 years ago
annotate.h 48c65bda95 perf annotate: Check availability of annotate when processing samples 11 years ago
bitmap.c 850f8127fa perf tools: Add bitmap_or function into bitmap object 13 years ago
build-id.c 3344996e4f perf symbols: Constify some DSO methods parameters 11 years ago
build-id.h 3344996e4f perf symbols: Constify some DSO methods parameters 11 years ago
cache.h fb1c9185e3 tools/perf: Turn strlcpy() into a __weak function 12 years ago
callchain.c 2a29190c04 perf tools: Remove unnecessary callchain cursor state restore on unmatch 11 years ago
callchain.h 2dc9fb1a7b perf tools: Factor out sample__resolve_callchain() 11 years ago
cgroup.c 0050f7aa18 perf evlist: Introduce evlist__for_each() & friends 11 years ago
cgroup.h 023695d96e perf tool: Add cgroup support 14 years ago
color.c 1f513b2c1e perf diff: Color the Ratio column 11 years ago
color.h 1f513b2c1e perf diff: Color the Ratio column 11 years ago
comm.c 3178f58b98 perf tools: Do proper comm override error handling 11 years ago
comm.h 3178f58b98 perf tools: Do proper comm override error handling 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() 12 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 6f9a317f2a perf tools: Add perf_data_file__write interface 11 years ago
data.h 6f9a317f2a perf tools: Add perf_data_file__write interface 11 years ago
debug.c 73db8f8261 perf tools: Get rid of a duplicate va_end() in error reporting routine 11 years ago
debug.h f772abc634 perf tools: Overload pr_stat traceevent print function 11 years ago
dso.c 046625231a perf tools: Introduce zfree 11 years ago
dso.h 5f70619d67 perf symbols: Use consistent name for the DSO binary type member 11 years ago
dwarf-aux.c e08cfd4bda perf probe: Fix to find line information for probe list 12 years ago
dwarf-aux.h e08cfd4bda perf probe: Fix to find line information for probe list 12 years ago
environment.c 864709302a perf_counter tools: Move from Documentation/perf_counter/ to tools/perf/ 16 years ago
event.c 0ae617bedd perf record: Get ref_reloc_sym from kernel map 11 years ago
event.h 0ae617bedd perf record: Get ref_reloc_sym from kernel map 11 years ago
evlist.c 8ad9219e08 perf stat: Fix memory corruption of xyarray when cpumask is used 11 years ago
evlist.h 0050f7aa18 perf evlist: Introduce evlist__for_each() & friends 11 years ago
evsel.c de256a4e6b perf evsel: Remove duplicate member zeroing after free 11 years ago
evsel.h b40067964f perf tools: Rename 'perf_record_opts' to 'record_opts 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 12 years ago
fs.h a986241854 perf fs: Add procfs support 12 years ago
generate-cmdlist.sh 89fe808ae7 tools/perf: Standardize feature support define names to: HAVE_{FEATURE}_SUPPORT 12 years ago
header.c a761a2d8a7 perf tools: Ensure sscanf does not overrun the "mem" field 11 years ago
header.h 3ba4d2e1a8 perf header: Pack 'struct perf_session_env' 11 years ago
help.c 74cf249d5c perf tools: Use zfree to help detect use after free bugs 11 years ago
help.h 8b40f521cf perf tools: Protect header files with a consistent style 16 years ago
hist.c f39056f9c3 perf hists: Convert hist entry functions to use struct he_stat 11 years ago
hist.h f626adffe1 perf annotate: Adopt methods from hists 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 12 years ago
intlist.h 813335b8b2 perf util: Add findnew method to intlist 12 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 fdf57dd052 perf machine: Use map as success in ip__resolve_ams 11 years ago
machine.h 5512cf24be perf machine: Set up ref_reloc_sym in machine__create_kernel_maps() 11 years ago
map.c 9176753d1e perf symbols: Fix symbol annotation for relocated kernel 11 years ago
map.h 9176753d1e perf symbols: Fix symbol annotation for relocated kernel 11 years ago
pager.c ea1b3ebac9 perf tools: Fix pager on minimal-install embedded systems 13 years ago
parse-events.c 88fee52e58 perf list: Fix checking for supported events on older kernels 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 12 years ago
parse-events.y c5cd8ac07e perf parse events: Demystify memory allocations 12 years ago
parse-options.c 167faf32b0 perf tools: Add option macro OPT_BOOLEAN_SET 11 years ago
parse-options.h 167faf32b0 perf tools: Add option macro OPT_BOOLEAN_SET 11 years ago
path.c fb1c9185e3 tools/perf: Turn strlcpy() into a __weak function 12 years ago
perf_regs.h 89fe808ae7 tools/perf: Standardize feature support define names to: HAVE_{FEATURE}_SUPPORT 12 years ago
pmu.c 8a398897ff perf stat: fix NULL pointer reference bug with event unit 11 years ago
pmu.h 8a398897ff perf stat: fix NULL pointer reference bug with event unit 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 981a23792c perf probe: Do not add offset twice to uprobe address 11 years ago
probe-event.h e53b00d382 perf probe: Release all dynamically allocated parameters 11 years ago
probe-finder.c 74cf249d5c perf tools: Use zfree to help detect use after free bugs 11 years ago
probe-finder.h 316c7136f8 perf tools: Finish the removal of 'self' arguments 12 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 12 years ago
python-ext-sources 29f5ffd3d3 perf tools: Add trace-event object 11 years ago
python.c 0050f7aa18 perf evlist: Introduce evlist__for_each() & friends 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 12 years ago
rblist.h 813335b8b2 perf util: Add findnew method to intlist 12 years ago
record.c 0050f7aa18 perf evlist: Introduce evlist__for_each() & friends 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 f67697bd07 perf tools: Handle PERF_RECORD_HEADER_EVENT_TYPE properly 11 years ago
session.h cc22e575a6 perf symbols: Add 'machine' member to struct addr_location 11 years ago
setup.py 553873e1df tools/: Convert to new topic libraries 11 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 68f6d0224b perf sort: Do not compare dso again 11 years ago
sort.h 8ce000e838 perf tools: Remove unneeded include 11 years ago
srcline.c 7d16c63423 perf tools: Fix build error due to zfree() cast 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 74cf249d5c perf tools: Use zfree to help detect use after free bugs 11 years ago
strbuf.h a41794cdd7 perf tools: Remove some unused functions 15 years ago
strfilter.c 74cf249d5c perf tools: Use zfree to help detect use after free bugs 11 years ago
strfilter.h 316c7136f8 perf tools: Finish the removal of 'self' arguments 12 years ago
string.c 74cf249d5c perf tools: Use zfree to help detect use after free bugs 11 years ago
strlist.c 7d16c63423 perf tools: Fix build error due to zfree() cast 11 years ago
strlist.h d8639f068a perf tools: Stop using 'self' in strlist 12 years ago
svghelper.c 74cf249d5c perf tools: Use zfree to help detect use after free bugs 11 years ago
svghelper.h e57a2dffbc perf timechart: Add --highlight option 11 years ago
symbol-elf.c 155b3a13a6 perf symbols: Fix crash in elf_section_by_name 11 years ago
symbol-minimal.c 74cf249d5c perf tools: Use zfree to help detect use after free bugs 11 years ago
symbol.c 98e9f03bbf perf symbols: Destroy unused symsrcs 11 years ago
symbol.h 99ca423387 perf symbols: Export elf_section_by_name and reuse 11 years ago
target.c 3aa5939d71 perf record: Make per-cpu mmaps the default. 11 years ago
target.h 9c105fbc94 perf target: Move the checking of which map function to call into function. 11 years ago
thread.c 3178f58b98 perf tools: Do proper comm override error handling 11 years ago
thread.h 1f3878c11c perf thread: Move comm_list check into function 11 years ago
thread_map.c 74cf249d5c perf tools: Use zfree to help detect use after free bugs 11 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 12 years ago
top.c b40067964f perf tools: Rename 'perf_record_opts' to 'record_opts 11 years ago
top.h b40067964f perf tools: Rename 'perf_record_opts' to 'record_opts 11 years ago
trace-event-info.c 74cf249d5c perf tools: Use zfree to help detect use after free bugs 11 years ago
trace-event-parse.c 29f5ffd3d3 perf tools: Add trace-event object 11 years ago
trace-event-read.c 29f5ffd3d3 perf tools: Add trace-event object 11 years ago
trace-event-scripting.c cc22e575a6 perf symbols: Add 'machine' member to struct addr_location 11 years ago
trace-event.c 8d0c2224ca tools lib traceevent: Make plugin unload function receive pevent 11 years ago
trace-event.h cc22e575a6 perf symbols: Add 'machine' member to struct addr_location 11 years ago
types.h 6a11f92ef4 perf tools: Add union u64_swap type for swapping u64 data 13 years ago
unwind.c 99ca423387 perf symbols: Export elf_section_by_name and reuse 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 71db07b12e perf tools: Move mem_bswap32/64 to util.c 11 years ago
util.h 046625231a perf tools: Introduce zfree 11 years ago
values.c 74cf249d5c perf tools: Use zfree to help detect use after free bugs 11 years ago
values.h 8b40f521cf perf tools: Protect header files with a consistent style 16 years ago
vdso.c 7e155d4d5e perf symbols: Remove open coded management of long_name_allocated member 11 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