Adrian Hunter b5cabbcbd1 perf tools: Fix copying of /proc/kcore 10 years ago
..
include 307bc97195 tools: Copy rbtree_augmented.h from the kernel 10 years ago
intel-pt-decoder 04aa90b529 perf build: Fix Intel PT instruction decoder dependency problem 10 years ago
scripting-engines 609a740452 tracing: Rename FTRACE_MAX_EVENT to TRACE_EVENT_TYPE_MAX 10 years ago
Build bcc84ec65a perf record: Add ability to name registers to record 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 133de94043 perf tools: /proc/kcore requires CAP_SYS_RAWIO message too noisy 10 years ago
annotate.h 30e863bb6f perf annotate: Compute IPC and basic block cycles 10 years ago
auxtrace.c d0170af700 perf tools: Add Intel BTS support 10 years ago
auxtrace.h d0170af700 perf tools: Add Intel BTS support 10 years ago
bitmap.c 850f8127fa perf tools: Add bitmap_or function into bitmap object 13 years ago
build-id.c 0b5a7935f3 perf buildid: Introduce sysfs/filename__sprintf_build_id 10 years ago
build-id.h 0b5a7935f3 perf buildid: Introduce sysfs/filename__sprintf_build_id 10 years ago
cache.h 4fd113b5ce perf report: Fix some option handling on --stdio 10 years ago
callchain.c 076a30c411 perf callchain: Move option parsing code to util.c 10 years ago
callchain.h 076a30c411 perf callchain: Move option parsing code to util.c 10 years ago
cgroup.c f812d3045c perf cgroup: Use atomic.h for refcounting 10 years ago
cgroup.h f812d3045c perf cgroup: Use atomic.h for refcounting 10 years ago
cloexec.c 2b42b09b88 perf bench numa: Fix to show proper convergence stats 10 years ago
cloexec.h f151f53aa4 perf tools: Fix build errors with mipsel-linux-uclibc compiler 10 years ago
color.c b7a001d206 perf tools: Do not include escape sequences in color_vfprintf return 10 years ago
color.h 8011de7ab3 perf tools: Remove trail argument to color vsprintf 10 years ago
comm.c 86c19525b7 perf comm: Use atomic.h for refcounting 10 years ago
comm.h 0db15b1e84 perf tools: Add facility to export data in database-friendly way 10 years ago
config.c aa61fd05ca perf tools: Introduce llvm config options 10 years ago
counts.c d809560b36 perf stat: Move perf_counts struct and functions into separate object 10 years ago
counts.h d809560b36 perf stat: Move perf_counts struct and functions into separate object 10 years ago
cpumap.c f30a79b012 perf tools: Add reference counting for cpu_map object 10 years ago
cpumap.h f30a79b012 perf tools: Add reference counting for cpu_map object 10 years ago
ctype.c 3bd2b8d109 perf tools: ctype.c only wants util.h 13 years ago
data-convert-bt.c d4ae421392 perf data: Fix signedness of value 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 427cde3287 perf db-export: Fix thread ref-counting 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 0af0885ef6 perf tools: Introduce veprintf 10 years ago
debug.h 0af0885ef6 perf tools: Introduce veprintf 10 years ago
dso.c d3a7c489c7 perf tools: Reference count struct dso 10 years ago
dso.h c0b4dffbc5 perf annotate: Reset the dso find_symbol cache when removing symbols 10 years ago
dwarf-aux.c 86a7602745 perf probe: Fix to add missed brace around if block 10 years ago
dwarf-aux.h d4c537e6bf perf probe: Ignore tail calls to probed functions 10 years ago
environment.c 4fd113b5ce perf report: Fix some option handling on --stdio 10 years ago
event.c 0286039f77 perf tools: Add new PERF_RECORD_SWITCH event 10 years ago
event.h 0e332f033a perf tools: Add support for cycles, weight branch_info field 10 years ago
evlist.c 8c0498b689 perf evlist: Fix create_syswide_maps() not propagating maps 10 years ago
evlist.h f114d6eff7 perf evlist: Fix splice_list_tail() not setting evlist 10 years ago
evsel.c fce4d296b4 perf evsel: Add own_cpus member 10 years ago
evsel.h fce4d296b4 perf evsel: Add own_cpus member 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 caa470475d perf header: Fixup reading of HEADER_NRCPUS feature 10 years ago
header.h ce80d3bef9 perf tools: Rename perf_session_env to perf_env 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 9e207ddfa2 perf report: Show call graph from reference events 10 years ago
hist.h ce80d3bef9 perf tools: Rename perf_session_env to perf_env 10 years ago
intel-bts.c 53ff6bc37b perf tools: Fix use of wrong event when processing exit events 10 years ago
intel-bts.h d0170af700 perf tools: Add Intel BTS support 10 years ago
intel-pt.c 53ff6bc37b perf tools: Fix use of wrong event when processing exit events 10 years ago
intel-pt.h 11fa7cb86b perf tools: Pass Intel PT information for decoding MTC and CYC 10 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
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
llvm-utils.c 9bc898c701 perf tests: Add LLVM test for eBPF on-the-fly compiling 10 years ago
llvm-utils.h 9bc898c701 perf tests: Add LLVM test for eBPF on-the-fly compiling 10 years ago
lzma.c 80a32e5b49 perf tools: Add lzma decompression support for kernel module 10 years ago
machine.c 40a2ea1bd9 Merge branch 'perf/urgent' into perf/core, to pick up fixes before adding more changes 10 years ago
machine.h 0286039f77 perf tools: Add new PERF_RECORD_SWITCH event 10 years ago
map.c 66671d001a perf tools: Initialize reference counts in map__clone() 10 years ago
map.h e6ce712634 perf symbols: Introduce map__is_(kernel,kmodule)() 10 years ago
ordered-events.c 5c9ce1e644 perf ordered_events: Clear the progress bar at the end of a flush 10 years ago
ordered-events.h 9870d78095 perf ordered_samples: Remove references to perf_{evlist,tool} and machines 10 years ago
pager.c 4fd113b5ce perf report: Fix some option handling on --stdio 10 years ago
parse-branch-options.c 5b68164d6a perf record: Add support for sampling indirect jumps 10 years ago
parse-branch-options.h f00898f4e2 perf tools: Move branch option parsing to own file 10 years ago
parse-events.c fce4d296b4 perf evsel: Add own_cpus member 10 years ago
parse-events.h d457c96392 perf callchain: Per-event type selection support 10 years ago
parse-events.l d457c96392 perf callchain: Per-event type selection support 10 years ago
parse-events.y 5ad4da4302 perf tools: Fix parse_events_add_pmu caller 10 years ago
parse-options.c 0c8c20779c perf report: Don't allow empty argument for '-t'. 10 years ago
parse-options.h 2dd6d8a10a perf record: Add AUX area tracing Snapshot Mode support 10 years ago
parse-regs-options.c bcc84ec65a perf record: Add ability to name registers to record 10 years ago
parse-regs-options.h bcc84ec65a perf record: Add ability to name registers to record 10 years ago
path.c fb1c9185e3 tools/perf: Turn strlcpy() into a __weak function 12 years ago
perf_regs.c af4aeadd8c perf tools: Fix link time error with sample_reg_masks on non x86 10 years ago
perf_regs.h af4aeadd8c perf tools: Fix link time error with sample_reg_masks on non x86 10 years ago
pmu.c d0170af700 perf tools: Add Intel BTS support 10 years ago
pmu.h 09ff607176 perf tools: Add perf_pmu__format_bits() 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 266fa2b222 perf probe: Use existing routine to look for a kernel module by dso->short_name 10 years ago
probe-event.h da15bd9df4 perf probe: Support probing at absolute address 10 years ago
probe-file.c 92f6c72e7a perf probe: Move ftrace probe-event operations to probe-file.c 10 years ago
probe-file.h 92f6c72e7a perf probe: Move ftrace probe-event operations to probe-file.c 10 years ago
probe-finder.c da15bd9df4 perf probe: Support probing at absolute address 10 years ago
probe-finder.h ddb2f58f9f perf probe: Introduce probe_conf global configs 10 years ago
pstack.c c8539e3fc6 perf tools: Introduce pstack_peek() 10 years ago
pstack.h c8539e3fc6 perf tools: Introduce pstack_peek() 10 years ago
python-ext-sources d809560b36 perf stat: Move perf_counts struct and functions into separate object 10 years ago
python.c 84576da2f7 perf python: Add missing PERF_RECORD_{MMAP2,AUX,etc} 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 11 years ago
rblist.h 813335b8b2 perf util: Add findnew method to intlist 11 years ago
record.c 835095653e perf tools: Add a helper function to probe whether cpu-wide tracing is possible 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 381c02f6d8 perf record: Avoid infinite loop at buildid processing with no samples 10 years ago
session.h 99fa298453 perf tools: Add AUX area tracing index 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 76b1065581 perf sort: Check for SRCLINE_UNKNOWN case in "srcfile" processing 10 years ago
sort.h 31191a85fb perf report: Add support for srcfile sort key 10 years ago
srcline.c a9710ba091 perf tools: Support full source file paths for srcline 10 years ago
stat-shadow.c 5497628576 perf stat: Fix transaction lenght metrics 10 years ago
stat.c 02d8dabc50 perf stat: Fix per-pkg event reporting bug 10 years ago
stat.h d809560b36 perf stat: Move perf_counts struct and functions into separate object 10 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 3f51972c59 perf tools: Add strfilter__string to recover rules string 10 years ago
strfilter.h 3f51972c59 perf tools: Add strfilter__string to recover rules string 10 years ago
string.c 93ec4ce789 perf tools: Asprintf like functions to format integer filter expression 10 years ago
strlist.c 8816d38d49 perf strlist: Make parse_list() private 10 years ago
strlist.h 8816d38d49 perf strlist: Make parse_list() private 10 years ago
svghelper.c f30a79b012 perf tools: Add reference counting for cpu_map object 10 years ago
svghelper.h b97b59b93d perf timechart: Implement IO mode 11 years ago
symbol-elf.c b5cabbcbd1 perf tools: Fix copying of /proc/kcore 10 years ago
symbol-minimal.c 18425f13a0 perf symbols: Save DSO loading errno to better report errors 10 years ago
symbol.c ce80d3bef9 perf tools: Rename perf_session_env to perf_env 10 years ago
symbol.h ce80d3bef9 perf tools: Rename perf_session_env to perf_env 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 a5499b3719 perf tools: Ensure thread-stack is flushed 10 years ago
thread-stack.h a5499b3719 perf tools: Ensure thread-stack is flushed 10 years ago
thread.c 0d7e7acc47 perf tools: Avoid deadlock when map_groups are broken 10 years ago
thread.h 86066064e3 perf tools: Elliminate alignment holes 10 years ago
thread_map.c a11c51acc5 Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core 10 years ago
thread_map.h 792402fd5c perf thrad_map: Add comm string into array 10 years ago
tool.h 0286039f77 perf tools: Add new PERF_RECORD_SWITCH event 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 6e5259e9b5 perf tools: Stop copying kallsyms into the perf.data file header 10 years ago
trace-event-parse.c 4263cece22 perf tools: Stop reading the kallsyms data from perf.data 10 years ago
trace-event-read.c 4263cece22 perf tools: Stop reading the kallsyms data from perf.data 10 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 959c2199d4 perf python: Remove dependency on 'machine' methods 10 years ago
trace-event.h 959c2199d4 perf python: Remove dependency on 'machine' methods 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 f005813afb perf unwind: Fix a compile error 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 bf6445631c perf tools: Bool functions shouldn't return -1 10 years ago
util.h 9f44f0cc1c perf tools: Add tracing_path and remove unneeded functions 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 6d545a632f perf tools: Fix lockup using 32-bit compat vdso 10 years ago
vdso.h 9a4388c711 perf machine: Fix up vdso methods names 10 years ago
wrapper.c 1d037ca164 perf tools: Use __maybe_used for unused variables 13 years ago
xyarray.c b45f65e8fd perf tools: Introduce xyarray__reset function 10 years ago
xyarray.h b45f65e8fd perf tools: Introduce xyarray__reset function 10 years ago
zlib.c e92ce12ed6 perf tools: Add gzip decompression support for kernel module 10 years ago