.. |
Documentation
|
cf99ad1424
perf record: Support weak groups
|
6 years ago |
arch
|
f0718d792b
Merge branch 'linus' into perf/urgent, to pick up fixes
|
6 years ago |
bench
|
1f27a050fc
tools arch: Update arch/x86/lib/memcpy_64.S copy used in 'perf bench mem memcpy'
|
7 years ago |
examples
|
79ef68c7e1
perf augmented_syscalls: Start collecting pathnames in the BPF program
|
6 years ago |
include
|
664b6a95d7
perf bpf: Add syscall_exit() helper
|
7 years ago |
jvmti
|
6ac2226229
perf tools: Fix undefined symbol scnprintf in libperf-jvmti.so
|
6 years ago |
pmu-events
|
c05f3642f4
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
|
6 years ago |
python
|
d2ed5d2bdc
perf python: Make twatch.py work with both python2 and python3
|
7 years ago |
scripts
|
35fa1cee21
perf scripts python: exported-sql-viewer.py: Fix table find when table re-ordered
|
6 years ago |
tests
|
fb50c09e92
perf tools: Fix crash on synthesizing the unit
|
6 years ago |
trace
|
a4243e1494
perf tools beauty ioctl: Support new ISO7816 commands
|
6 years ago |
ui
|
3e0d795319
perf annotate: Add support to toggle percent type
|
7 years ago |
util
|
b01c1f69c8
perf tools: Restore proper cwd on return from mnt namespace
|
6 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
|
7 years ago |
Makefile
|
da15fc2fa9
perf tools: Disable parallelism for 'make clean'
|
7 years ago |
Makefile.config
|
8feb8efef9
tools build feature: Check if get_current_dir_name() is available
|
6 years ago |
Makefile.perf
|
e2c39f36c3
perf beauty: Use SRCARCH, ARCH=x86_64 must map to "x86" to find the headers
|
6 years ago |
builtin-annotate.c
|
89f1688a57
perf tools: Remove perf_tool from event_op2
|
6 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
|
c12e039d12
perf tools: Report itrace options in help
|
6 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
|
cf99ad1424
perf record: Support weak groups
|
6 years ago |
builtin-report.c
|
c05f3642f4
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
|
6 years ago |
builtin-sched.c
|
4c50563d81
perf sched: Use sched->show_callchain where appropriate
|
7 years ago |
builtin-script.c
|
fe57120e18
perf script: Support total cycles count
|
6 years ago |
builtin-stat.c
|
c3537fc251
perf evlist: Move perf_evsel__reset_weak_group into evlist
|
6 years ago |
builtin-timechart.c
|
d9a5f27460
perf thread: Make thread__find_symbol() return the symbol searched
|
7 years ago |
builtin-top.c
|
590ac60d8a
perf top: Display the LBR stats in callchain entry
|
6 years ago |
builtin-trace.c
|
cd26ea6d50
perf trace: Fix setting of augmented payload when using eBPF + raw_syscalls
|
6 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
|
f443f38c57
tools include uapi: Grab a copy of linux/fs.h
|
6 years ago |
command-list.txt
|
3b9c25c0a0
perf help: Add missing subcommand `version`
|
6 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
|
cf7905165f
perf record: Encode -k clockid frequency into Perf trace
|
6 years ago |