summaryrefslogtreecommitdiff
path: root/tools/perf
AgeCommit message (Expand)AuthorFilesLines
2022-10-06perf vendor events: Update Intel broadwellxIan Rogers4-373/+638
2022-10-06perf vendor events: Update Intel broadwellIan Rogers1-114/+565
2022-10-06perf vendor events: Update Intel alderlakeIan Rogers7-94/+1460
2022-10-06perf vendor events: Update Intel skylakexIan Rogers3-517/+782
2022-10-06perf metrics: Don't scale counts going into metricsIan Rogers1-2/+7
2022-10-06perf expr: Remove jevents case workaroundIan Rogers1-10/+1
2022-10-06perf test: Adjust case of test metricsIan Rogers2-6/+6
2022-10-06perf expr: Allow a double if expressionIan Rogers2-1/+5
2022-10-06perf parse-events: Remove unused macros __PERF_EVENT_FIELD()Chen Zhongjin1-8/+0
2022-10-06perf tools: Fix empty version number when building outside of a git repoWill Chandler1-2/+8
2022-10-06perf lock: Remove unused struct lock_contention_keyYuan Can1-5/+0
2022-10-06perf jit: Remove unused struct debug_line_infoYuan Can1-7/+0
2022-10-06perf metric: Remove unused struct metric_ref_nodeYuan Can1-11/+0
2022-10-06perf annotate: Remove unused struct disasm_line_samplesYuan Can1-5/+0
2022-10-06perf machine: Remove unused struct process_argsYuan Can1-4/+0
2022-10-06perf lock contention: Fix a build error on 32-bitNamhyung Kim2-2/+2
2022-10-06perf stat: Clean redundant if in process_evlistShang XiaoJing1-2/+0
2022-10-04perf test: Introduce script for java symbol testingLeo Yan1-0/+75
2022-10-04perf trace: Fix incorrectly parsed hexadecimal value for flags in filterChen Zhongjin1-5/+2
2022-10-04perf trace: Fix show_arg_names not working for tp arg namesChen Zhongjin1-5/+1
2022-10-04perf string: Remove unused macro K()Chen Zhongjin1-1/+0
2022-10-04perf test: Add kernel lock contention testNamhyung Kim1-0/+73
2022-10-04perf lock: Add -q/--quiet option to suppress header and debug messagesNamhyung Kim2-11/+20
2022-10-04perf lock: Add -E/--entries optionNamhyung Kim2-5/+25
2022-10-04perf test: waiting.sh: Parameterize timeoutsAdrian Hunter1-9/+17
2022-10-04perf test: test_intel_pt.sh: Move helper functions for waitingAdrian Hunter2-64/+73
2022-10-04perf test: test_intel_pt.sh: Add per-thread testAdrian Hunter1-0/+247
2022-10-04perf tools: Add debug messages and comments for testingAdrian Hunter2-0/+10
2022-10-04perf test: test_intel_pt.sh: Add more output in preparation for more testsAdrian Hunter1-1/+11
2022-10-04perf test: test_intel_pt.sh: Fix return checkingAdrian Hunter1-3/+3
2022-10-04perf test: test_intel_pt.sh: Use quotes around variable expansionAdrian Hunter1-6/+6
2022-10-04perf test: test_intel_pt.sh: Use grep -c instead of grep plus wc -lAdrian Hunter1-1/+1
2022-10-04perf test: test_intel_pt.sh: Stop using backticksAdrian Hunter1-1/+1
2022-10-04perf test: test_intel_pt.sh: Stop using exprAdrian Hunter1-3/+3
2022-10-04perf test: test_intel_pt.sh: Fix redirectionAdrian Hunter1-1/+1
2022-10-04perf test: test_intel_pt.sh: Use a temp directoryAdrian Hunter1-4/+10
2022-10-04perf test: test_intel_pt.sh: Add cleanup functionAdrian Hunter1-2/+16
2022-10-04perf tests: Fix 'perf probe' error log check in skip_if_no_debuginfoAthira Rajeev1-1/+1
2022-10-04perf annotate: Toggle full address <-> offset displayNamhyung Kim3-3/+26
2022-10-04perf tools: Add 'addr' sort keyNamhyung Kim5-1/+43
2022-10-04perf inject: Clarify build-id options a little bitNamhyung Kim1-2/+4
2022-10-04perf record: Fix a segfault in record__read_lost_samples()Namhyung Kim1-0/+6
2022-10-04perf top: Fix error code in cmd_top()Shang XiaoJing1-0/+3
2022-10-04perf stat: Merge cases in process_evlistShang XiaoJing1-3/+1
2022-10-04perf genelf: Fix error code in jit_write_elf()Shang XiaoJing1-0/+1
2022-10-04perf lock contention: Skip stack trace from BPFNamhyung Kim2-4/+6
2022-10-04perf lock contention: Allow to change stack depth and skipNamhyung Kim4-9/+28
2022-10-04perf lock contention: Show full callstack with -v optionNamhyung Kim3-4/+57
2022-10-04perf lock contention: Factor out get_symbol_name_offset()Namhyung Kim1-9/+19
2022-10-04perf test: Add basic core_wide expression testIan Rogers1-0/+13