Linus Torvalds d8fce2db72 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip 10 years ago
..
include 0cf55934ec perf/bench: Fix mem* routines usage after alternatives change 10 years ago
scripting-engines b83e868d0a perf db-export: No need to have ->thread twice in struct export_sample 10 years ago
Build 80a32e5b49 perf tools: Add lzma decompression support for kernel module 10 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 072e5a1cfa Merge branch 'perf/urgent' into perf/core, to pick up fixes and to refresh the tree 10 years ago
annotate.h 813ccd1545 perf tools: Fix segfault for symbol annotation on TUI 10 years ago
bitmap.c 850f8127fa perf tools: Add bitmap_or function into bitmap object 13 years ago
build-id.c 5e78c69b72 perf buildid-list: Fix segfault when show DSOs with hits 10 years ago
build-id.h 8d8c8e4cb3 perf buildid-cache: Add --purge FILE to remove all caches of FILE 10 years ago
cache.h 23773ca18b perf tools: Make perf aware of tracefs 10 years ago
callchain.c aad2b21c15 perf tools: Enable LBR call stack support 10 years ago
callchain.h aad2b21c15 perf tools: Enable LBR call stack support 10 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
cloexec.c e1e455f4f4 perf tools: Work around lack of sched_getcpu in glibc < 2.6. 10 years ago
cloexec.h e1e455f4f4 perf tools: Work around lack of sched_getcpu in glibc < 2.6. 10 years ago
color.c c8defe2494 perf tools: Remove some unused functions from color.c 10 years ago
color.h c8defe2494 perf tools: Remove some unused functions from color.c 10 years ago
comm.c 65de51f93e perf tools: Identify which comms are from exec 11 years ago
comm.h 0db15b1e84 perf tools: Add facility to export data in database-friendly way 10 years ago
config.c 99ce8e9fce perf tools: Add --buildid-dir option to set cache directory 10 years ago
cpumap.c f5b1f4e483 perf tools: Use cpu/possible instead of cpu/kernel_max 11 years ago
cpumap.h 7780c25bae perf tools: Allow ability to map cpus to nodes easily 11 years ago
ctype.c 3bd2b8d109 perf tools: ctype.c only wants util.h 13 years ago
data-convert-bt.c bd05954bfa perf data: Support using -f to override perf.data file ownership for 'convert' 10 years ago
data-convert-bt.h bd05954bfa perf data: Support using -f to override perf.data file ownership for 'convert' 10 years ago
data.c 6e81c74cbf perf util: Replace strerror with strerror_r for thread-safety 11 years ago
data.h 6f9a317f2a perf tools: Add perf_data_file__write interface 11 years ago
db-export.c b83e868d0a perf db-export: No need to have ->thread twice in struct export_sample 10 years ago
db-export.h b83e868d0a perf db-export: No need to have ->thread twice in struct export_sample 10 years ago
debug.c edbe9817ae perf data: Add perf data to CTF conversion support 10 years ago
debug.h edbe9817ae perf data: Add perf data to CTF conversion support 10 years ago
dso.c 18425f13a0 perf symbols: Save DSO loading errno to better report errors 10 years ago
dso.h 18425f13a0 perf symbols: Save DSO loading errno to better report errors 10 years ago
dwarf-aux.c c72738355b perf probe: Fix to track down unnamed union/structure members 10 years ago
dwarf-aux.h e1ecbbc3fa perf probe: Fix to handle optimized not-inlined functions 10 years ago
environment.c 864709302a perf_counter tools: Move from Documentation/perf_counter/ to tools/perf/ 16 years ago
event.c d998b73259 perf tools: Fix error path to do closedir() when synthesizing threads 10 years ago
event.h 9870d78095 perf ordered_samples: Remove references to perf_{evlist,tool} and machines 10 years ago
evlist.c 7b8283b56d perf evlist: Fix type for references to data_head/tail 10 years ago
evlist.h 7b8283b56d perf evlist: Fix type for references to data_head/tail 10 years ago
evsel.c 2c5e8c52c6 perf tools: Merge all perf_event_attr print functions 10 years ago
evsel.h 2c5e8c52c6 perf tools: Merge all perf_event_attr print functions 10 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
find-vdso-map.c e477f3f01a perf tools: Build programs to copy 32-bit compatibility 10 years ago
generate-cmdlist.sh 89fe808ae7 tools/perf: Standardize feature support define names to: HAVE_{FEATURE}_SUPPORT 12 years ago
header.c 1060ab857f perf tools: Fix cross-endian analysis 10 years ago
header.h e195fac807 perf build-id: Move build-id related functions to util/build-id.c 10 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 4c47f4fcd6 perf hists: Remove hist_entry->used, not used anymore 10 years ago
hist.h d5dbc518cd perf hists browser: Allow annotating entries in callchains 10 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
kvm-stat.h 8cc5ec1f75 perf kvm: Support using -f to override perf.data.guest file ownership 10 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
lzma.c 80a32e5b49 perf tools: Add lzma decompression support for kernel module 10 years ago
machine.c 5e78c69b72 perf buildid-list: Fix segfault when show DSOs with hits 10 years ago
machine.h 5e78c69b72 perf buildid-list: Fix segfault when show DSOs with hits 10 years ago
map.c ba92732e98 perf kmaps: Check kmaps to make code more robust 10 years ago
map.h ba92732e98 perf kmaps: Check kmaps to make code more robust 10 years ago
ordered-events.c 9870d78095 perf ordered_samples: Remove references to perf_{evlist,tool} and machines 10 years ago
ordered-events.h 9870d78095 perf ordered_samples: Remove references to perf_{evlist,tool} and machines 10 years ago
pager.c 21cfc5e103 perf tools: Add cat as fallback pager 11 years ago
parse-events.c a1e12da479 perf tools: Add 'I' event modifier for exclude_idle bit 10 years ago
parse-events.h 705750f2d6 perf list: Clean up the printing functions of hardware/software events 10 years ago
parse-events.l a1e12da479 perf tools: Add 'I' event modifier for exclude_idle bit 10 years ago
parse-events.y 3741eb9f8c perf tools: allow user to specify hardware breakpoint bp_len 10 years ago
parse-options.c 0c8c20779c perf report: Don't allow empty argument for '-t'. 10 years ago
parse-options.h 0c8c20779c perf report: Don't allow empty argument for '-t'. 10 years ago
path.c fb1c9185e3 tools/perf: Turn strlcpy() into a __weak function 12 years ago
perf_regs.c 0c4e774fad perf tools: Cache register accesses for unwind processing 11 years ago
perf_regs.h 0c4e774fad perf tools: Cache register accesses for unwind processing 11 years ago
pmu.c aaea361749 perf tools: Extend format_alias() to include event parameters 10 years ago
pmu.h 1d9e446b91 perf tools: Add snapshot format file parsing 10 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 e59d29e88f perf probe: Fix segfault if passed with ''. 10 years ago
probe-event.h 7afb3fab39 perf probe: Support multiple probes on different binaries 10 years ago
probe-finder.c d8fce2db72 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip 10 years ago
probe-finder.h 09ed8975c4 perf probe: Find compilation directory path for lazy matching 10 years ago
pstack.c 84f5d36f48 perf tools: Move pr_* debug macros into debug object 11 years ago
pstack.h 316c7136f8 perf tools: Finish the removal of 'self' arguments 11 years ago
python-ext-sources 885e00be17 perf tools: Remove api fs object from python build 10 years ago
python.c 48000a1aed perf tools: Remove EOL whitespaces 10 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 ce27309f67 perf tools: Use sysctl__read_int instead of ad-hoc copies 10 years ago
run-command.c 6e81c74cbf perf util: Replace strerror with strerror_r for thread-safety 11 years ago
run-command.h a41794cdd7 perf tools: Remove some unused functions 15 years ago
session.c ba92732e98 perf kmaps: Check kmaps to make code more robust 10 years ago
session.h 9870d78095 perf ordered_samples: Remove references to perf_{evlist,tool} and machines 10 years ago
setup.py 285a8f247b tools lib api: Rename libapikfs.a to libapi.a 10 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 94ba462d69 perf diff: Support for different binaries 10 years ago
sort.h 228f14f2cb perf tools: Remove (null) value of "Sort order" for perf mem report 10 years ago
srcline.c ac931f87a6 perf: Fix building warning on ARM 32 10 years ago
stat.c ffe4f3c0d1 perf stats: Add max and min stats 12 years ago
stat.h d944c4eebc tools: Consolidate types.h 11 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 11 years ago
string.c 42f60c2d63 Revert "perf tools: Default to cpu// for events v5" 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 b97b59b93d perf timechart: Implement IO mode 11 years ago
svghelper.h b97b59b93d perf timechart: Implement IO mode 11 years ago
symbol-elf.c ba92732e98 perf kmaps: Check kmaps to make code more robust 10 years ago
symbol-minimal.c 18425f13a0 perf symbols: Save DSO loading errno to better report errors 10 years ago
symbol.c ba92732e98 perf kmaps: Check kmaps to make code more robust 10 years ago
symbol.h e03eaa400c perf tools: Add pid/tid filtering to report and script commands 10 years ago
target.c 17e44dc46f perf target: Simplify handling of strerror_r return 10 years ago
target.h 9c105fbc94 perf target: Move the checking of which map function to call into function. 11 years ago
thread-stack.c 92a9e4f7db perf tools: Enhance the thread stack to output call/return data 10 years ago
thread-stack.h 92a9e4f7db perf tools: Enhance the thread stack to output call/return data 10 years ago
thread.c 01fbc1fee9 perf tools: Remove superfluous thread->comm_set setting 10 years ago
thread.h e03eaa400c perf tools: Add pid/tid filtering to report and script commands 10 years ago
thread_map.c 641556c98c perf thread_map: Create dummy constructor out of open coded equivalent 11 years ago
thread_map.h 641556c98c perf thread_map: Create dummy constructor out of open coded equivalent 11 years ago
tool.h d704ebdae4 perf tools: tool->finished_round() doesn't need perf_session 10 years ago
top.c b40067964f perf tools: Rename 'perf_record_opts' to 'record_opts 11 years ago
top.h d944c4eebc tools: Consolidate types.h 11 years ago
trace-event-info.c 84f5d36f48 perf tools: Move pr_* debug macros into debug object 11 years ago
trace-event-parse.c aa1aac17a1 perf tools: Introduce event_format__fprintf method 10 years ago
trace-event-read.c ff527bccd4 perf tools: Remove needless getopt.h includes 11 years ago
trace-event-scripting.c f9d5d549d2 perf scripting: No need to pass thread twice to the scripting callbacks 10 years ago
trace-event.c 8d0c2224ca tools lib traceevent: Make plugin unload function receive pevent 11 years ago
trace-event.h f9d5d549d2 perf scripting: No need to pass thread twice to the scripting callbacks 10 years ago
tsc.c a6a69db4b6 perf tools: Move rdtsc() function 11 years ago
tsc.h a6a69db4b6 perf tools: Move rdtsc() function 11 years ago
unwind-libdw.c dd8c17a5fe perf callchains: Use thread->mg->machine 10 years ago
unwind-libdw.h 5ea8415407 perf tools: Add libdw DWARF post unwind support 11 years ago
unwind-libunwind.c 303cb89a6d perf callchain: Separate eh/debug frame offset cache. 10 years ago
unwind.h dd8c17a5fe perf callchains: Use thread->mg->machine 10 years ago
usage.c dfe78adaac perf target: Introduce perf_target__parse_uid() 13 years ago
util.c 07c1a0dadf perf tools: Introduce dump_stack signal helper 10 years ago
util.h 80a32e5b49 perf tools: Add lzma decompression support for kernel module 10 years ago
values.c 74cf249d5c perf tools: Use zfree to help detect use after free bugs 11 years ago
values.h d944c4eebc tools: Consolidate types.h 11 years ago
vdso.c 46b1fa85ff perf tools: Do not attempt to run perf-read-vdso32 if it wasn't built 10 years ago
vdso.h f6832e1720 perf tools: Add support for 32-bit compatibility VDSOs 10 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
zlib.c e92ce12ed6 perf tools: Add gzip decompression support for kernel module 10 years ago