Jiri Olsa 721f0dfc3c perf python: Fix pyrf_evlist__read_on_cpu() interface 7 years ago
..
Documentation e6902d1b73 perf report: Add --percent-type option 7 years ago
arch 3443533665 perf arm spe: Fix uninitialized record error variable 7 years ago
bench 1f27a050fc tools arch: Update arch/x86/lib/memcpy_64.S copy used in 'perf bench mem memcpy' 7 years ago
examples e0b6d2ef32 perf trace: Handle "bpf-output" events associated with "__augmented_syscalls__" BPF map 7 years ago
include 8fa25f303a perf bpf: Add wrappers to BPF_FUNC_probe_read(_str) functions 7 years ago
jvmti a09603f851 perf tools: Fix compilation errors on gcc8 7 years ago
pmu-events 704089e77a perf vendor events arm64: Enable JSON events for eMAG 7 years ago
python d2ed5d2bdc perf python: Make twatch.py work with both python2 and python3 7 years ago
scripts 12aa6c7389 perf scripts python: Add Python 3 support to EventClass.py 7 years ago
tests b946cd3734 perf tools: Remove ext from struct kmod_path 7 years ago
trace 03aeb6c818 perf trace beauty: Add beautifiers for 'socket''s 'protocol' arg 7 years ago
ui 3e0d795319 perf annotate: Add support to toggle percent type 7 years ago
util 721f0dfc3c perf python: Fix pyrf_evlist__read_on_cpu() interface 7 years ago
.gitignore 2fe2230d41 perf tools: Add trace/beauty/generated/ into .gitignore 7 years ago
Build b3fa38963a perf trace: Remove audit-libs dependency if syscall tables are present 7 years ago
CREDITS 1b173f77dd perf_counter tools: Add CREDITS file for Git contributors 16 years ago
MANIFEST 89975bd335 perf tools: Get all of tools/{arch,include}/ in the MANIFEST 8 years ago
Makefile da15fc2fa9 perf tools: Disable parallelism for 'make clean' 7 years ago
Makefile.config 83868bf71d perf build: Fix installation directory for eBPF 7 years ago
Makefile.perf 03aeb6c818 perf trace beauty: Add beautifiers for 'socket''s 'protocol' arg 7 years ago
builtin-annotate.c 88c2119077 perf annotate: Add --percent-type option 7 years ago
builtin-bench.c b24413180f License cleanup: add SPDX GPL-2.0 license identifier to files with no license 7 years ago
builtin-buildid-cache.c d8ed87bc17 perf buildid-cache: Warn --purge-all failures 7 years ago
builtin-buildid-list.c 15bcdc9477 Merge branch 'linus' into perf/core, to fix conflicts 7 years ago
builtin-c2c.c 7397833257 perf c2c report: Fix crash for empty browser 7 years ago
builtin-config.c 15bcdc9477 Merge branch 'linus' into perf/core, to fix conflicts 7 years ago
builtin-data.c b24413180f License cleanup: add SPDX GPL-2.0 license identifier to files with no license 7 years ago
builtin-diff.c e9de7e2f7e perf hists: Clarify callchain disabling when available 7 years ago
builtin-evlist.c 15bcdc9477 Merge branch 'linus' into perf/core, to fix conflicts 7 years ago
builtin-ftrace.c 63cd02d84b perf ftrace: Append an EOL when write tracing files 7 years ago
builtin-help.c 22e9af4e94 perf tools: Rename HAVE_SYSCALL_TABLE to HAVE_SYSCALL_TABLE_SUPPORT 7 years ago
builtin-inject.c 71a84b5aed perf thread: Make thread__find_map() return the map 7 years ago
builtin-kallsyms.c 107cad95ff perf machine: Ditch find_kernel_function variants 7 years ago
builtin-kmem.c 6fed932e92 tools lib traceevent, perf tools: Rename 'enum pevent_flag' to 'enum tep_flag' 7 years ago
builtin-kvm.c 9fd5578a3c perf tools: Ditch the symbol_conf.nr_events global 7 years ago
builtin-list.c 15bcdc9477 Merge branch 'linus' into perf/core, to fix conflicts 7 years ago
builtin-lock.c 15bcdc9477 Merge branch 'linus' into perf/core, to fix conflicts 7 years ago
builtin-mem.c a7e9eab3db perf mem: Allow all record/report options 7 years ago
builtin-probe.c 362379aad5 perf tools: No need to check if the argument to __get() function is NULL 7 years ago
builtin-record.c a2015516c5 perf record: Synthesize features before events in pipe mode 7 years ago
builtin-report.c ece2a4f483 tools lib traceevent, perf tools: Rename pevent_set_* APIs 7 years ago
builtin-sched.c 4c50563d81 perf sched: Use sched->show_callchain where appropriate 7 years ago
builtin-script.c ece2a4f483 tools lib traceevent, perf tools: Rename pevent_set_* APIs 7 years ago
builtin-stat.c 0aa802a794 perf stat: Get rid of extra clock display function 7 years ago
builtin-timechart.c d9a5f27460 perf thread: Make thread__find_symbol() return the symbol searched 7 years ago
builtin-top.c e9de7e2f7e perf hists: Clarify callchain disabling when available 7 years ago
builtin-trace.c 88cf7084f9 perf trace: Wire up the augmented syscalls with the syscalls:sys_enter_FOO beautifier 7 years ago
builtin-version.c 8a812bf552 perf version: Print status for syscall_table 7 years ago
builtin.h b24413180f License cleanup: add SPDX GPL-2.0 license identifier to files with no license 7 years ago
check-headers.sh c9b51a0170 perf tools: Move syscall_64.tbl check into check-headers.sh 7 years ago
command-list.txt f9c10cd645 perf tools: Missing c2c command in command-list 8 years ago
design.txt b68eebd1c2 perf tools: Update some code references in design.txt 11 years ago
perf-archive.sh b24413180f License cleanup: add SPDX GPL-2.0 license identifier to files with no license 7 years ago
perf-completion.sh 5d4fd9c8b8 perf tools: Auto-complete for events with ':' 7 years ago
perf-read-vdso.c b24413180f License cleanup: add SPDX GPL-2.0 license identifier to files with no license 7 years ago
perf-sys.h 5f171577b4 Drop a bunch of metag references 7 years ago
perf-with-kcore.sh 8bd1b2d257 perf tools: Fix perf-with-kcore handling of arguments containing spaces 10 years ago
perf.c 4f5aeecd0d perf tools: Remove dead quote.[ch] code 7 years ago
perf.h 21b8732eb4 perf tools: Allow overriding MAX_NR_CPUS at compile time 7 years ago