aboutsummaryrefslogtreecommitdiff
path: root/tools/perf
AgeCommit message (Expand)AuthorFilesLines
2022-07-20perf tools: Export perf_event__process_finished_round()Adrian Hunter2-8/+8
2022-07-20perf ordered_events: Add ordered_events__last_flush_time()Adrian Hunter1-0/+6
2022-07-20perf tools: Export dsos__for_each_with_build_id()Adrian Hunter2-6/+6
2022-07-19perf tools: Fix dso_id inode generation comparisonAdrian Hunter1-2/+13
2022-07-18perf buildid-list: Add a "-m" option to show kernel and modules build-idsBlake Jones4-1/+62
2022-07-18Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo15-46/+110
2022-07-17perf trace: Fix SIGSEGV when processing syscall argsNaveen N. Rao1-0/+2
2022-07-17perf tests: Fix Convert perf time to TSC test for hybridAdrian Hunter1-14/+4
2022-07-17perf tests: Stop Convert perf time to TSC test opening events twiceAdrian Hunter1-3/+6
2022-07-12perf lock: Look up callchain for the contended locksNamhyung Kim1-4/+156
2022-07-12perf record: Allow to specify max stack depth of fp callchainNamhyung Kim2-6/+17
2022-07-12perf lock: Handle lock contention tracepointsNamhyung Kim1-0/+137
2022-07-12perf lock: Add lock contention tracepoints record supportNamhyung Kim1-7/+69
2022-07-12perf lock: Skip print_bad_events() if nothing badNamhyung Kim1-0/+7
2022-07-12perf lock: Allow to use different kernel symbolsNamhyung Kim2-0/+11
2022-07-12perf lock: Print wait times with unitNamhyung Kim1-8/+40
2022-07-12perf test: Add test for branch stack samplingGerman Gomez1-0/+114
2022-07-12perf test: Make all metrics test more tolerantIan Rogers1-16/+31
2022-07-12perf test: Add debug line to diagnose broken metricsIan Rogers1-0/+1
2022-07-02perf synthetic-events: Ignore dead threads during event synthesisNamhyung Kim1-2/+3
2022-07-02perf synthetic-events: Don't sort the task scan result from /procNamhyung Kim1-2/+2
2022-07-02perf unwind: Fix unitialized 'offset' variable on aarch64Ivan Babrou1-1/+1
2022-06-29perf jevents: Remove jevents.cIan Rogers8-2019/+2
2022-06-29perf jevents: Switch build to use jevents.pyIan Rogers4-2/+189
2022-06-29perf jevents: Add python converter scriptIan Rogers3-0/+448
2022-06-29perf python: Prefer python3Ian Rogers1-4/+4
2022-06-28perf bpf: 8 byte align bpil dataIan Rogers1-3/+2
2022-06-28perf offcpu: Accept allowed sample types onlyNamhyung Kim3-1/+24
2022-06-28perf offcpu: Fix build failure on old kernelsNamhyung Kim1-6/+14
2022-06-26perf stat: Enable ignore_missing_threadGang Li1-0/+2
2022-06-26perf inject: Adjust output data offset for backward compatibilityRaul Silvera3-1/+17
2022-06-26perf trace beauty: Fix generation of errno id->str table on ALT LinuxArnaldo Carvalho de Melo1-12/+2
2022-06-26perf build-id: Fix caching files with a wrong build IDAdrian Hunter1-0/+28
2022-06-26perf inject: Fix missing free in copy_kcore_dir()Adrian Hunter1-1/+3
2022-06-24perf script ibs: Support new IBS bits in raw trace dumpRavi Bangoria1-6/+58
2022-06-24perf tool ibs: Sync AMD IBS header fileRavi Bangoria1-2/+2
2022-06-24perf header: Record non-CPU PMU capabilitiesRavi Bangoria6-88/+158
2022-06-24perf header: Store PMU caps in an array of stringsRavi Bangoria3-32/+41
2022-06-24perf header: Pass "cpu" pmu name while printing capsRavi Bangoria1-9/+3
2022-06-24perf pmu: Parse pmu caps sysfs only onceRavi Bangoria2-4/+13
2022-06-24perf record ibs: Warn about sampling period skewRavi Bangoria3-0/+60
2022-06-23perf script: Add some missing event dumpsAdrian Hunter2-0/+9
2022-06-23perf record: Add finished init eventAdrian Hunter6-1/+45
2022-06-23perf record: Add new option to sample identifierAdrian Hunter4-1/+9
2022-06-23perf record: Always record id indexAdrian Hunter2-9/+10
2022-06-23perf record: Always get text_poke events with --kcore optionAdrian Hunter1-0/+3
2022-06-23perf data convert: Prefer sampled CPU when exporting JSONShawn M. Chapla1-1/+4
2022-06-19perf metrics: Ensure at least 1 id per metricIan Rogers1-0/+9
2022-06-19perf arm-spe: Don't set data source if it's not a memory operationLeo Yan1-14/+8
2022-06-19perf expr: Allow exponents on floating point valuesIan Rogers2-1/+3