summaryrefslogtreecommitdiff
path: root/tools/perf
AgeCommit message (Expand)Author
2022-10-06perf lock: Remove unused struct lock_contention_keyYuan Can
2022-10-06perf jit: Remove unused struct debug_line_infoYuan Can
2022-10-06perf metric: Remove unused struct metric_ref_nodeYuan Can
2022-10-06perf annotate: Remove unused struct disasm_line_samplesYuan Can
2022-10-06perf machine: Remove unused struct process_argsYuan Can
2022-10-06perf lock contention: Fix a build error on 32-bitNamhyung Kim
2022-10-06perf stat: Clean redundant if in process_evlistShang XiaoJing
2022-10-04perf test: Introduce script for java symbol testingLeo Yan
2022-10-04perf trace: Fix incorrectly parsed hexadecimal value for flags in filterChen Zhongjin
2022-10-04perf trace: Fix show_arg_names not working for tp arg namesChen Zhongjin
2022-10-04perf string: Remove unused macro K()Chen Zhongjin
2022-10-04perf test: Add kernel lock contention testNamhyung Kim
2022-10-04perf lock: Add -q/--quiet option to suppress header and debug messagesNamhyung Kim
2022-10-04perf lock: Add -E/--entries optionNamhyung Kim
2022-10-04perf test: waiting.sh: Parameterize timeoutsAdrian Hunter
2022-10-04perf test: test_intel_pt.sh: Move helper functions for waitingAdrian Hunter
2022-10-04perf test: test_intel_pt.sh: Add per-thread testAdrian Hunter
2022-10-04perf tools: Add debug messages and comments for testingAdrian Hunter
2022-10-04perf test: test_intel_pt.sh: Add more output in preparation for more testsAdrian Hunter
2022-10-04perf test: test_intel_pt.sh: Fix return checkingAdrian Hunter
2022-10-04perf test: test_intel_pt.sh: Use quotes around variable expansionAdrian Hunter
2022-10-04perf test: test_intel_pt.sh: Use grep -c instead of grep plus wc -lAdrian Hunter
2022-10-04perf test: test_intel_pt.sh: Stop using backticksAdrian Hunter
2022-10-04perf test: test_intel_pt.sh: Stop using exprAdrian Hunter
2022-10-04perf test: test_intel_pt.sh: Fix redirectionAdrian Hunter
2022-10-04perf test: test_intel_pt.sh: Use a temp directoryAdrian Hunter
2022-10-04perf test: test_intel_pt.sh: Add cleanup functionAdrian Hunter
2022-10-04perf tests: Fix 'perf probe' error log check in skip_if_no_debuginfoAthira Rajeev
2022-10-04perf annotate: Toggle full address <-> offset displayNamhyung Kim
2022-10-04perf tools: Add 'addr' sort keyNamhyung Kim
2022-10-04perf inject: Clarify build-id options a little bitNamhyung Kim
2022-10-04perf record: Fix a segfault in record__read_lost_samples()Namhyung Kim
2022-10-04perf top: Fix error code in cmd_top()Shang XiaoJing
2022-10-04perf stat: Merge cases in process_evlistShang XiaoJing
2022-10-04perf genelf: Fix error code in jit_write_elf()Shang XiaoJing
2022-10-04perf lock contention: Skip stack trace from BPFNamhyung Kim
2022-10-04perf lock contention: Allow to change stack depth and skipNamhyung Kim
2022-10-04perf lock contention: Show full callstack with -v optionNamhyung Kim
2022-10-04perf lock contention: Factor out get_symbol_name_offset()Namhyung Kim
2022-10-04perf test: Add basic core_wide expression testIan Rogers
2022-10-04perf metrics: Wire up core_wideIan Rogers
2022-10-04perf stat: Delay metric parsingIan Rogers
2022-10-04perf topology: Add core_wideIan Rogers
2022-10-04perf smt: Compute SMT from topologyIan Rogers
2022-10-04perf expr: Move the scanner_ctx into the parse_ctxIan Rogers
2022-10-04perf pmu: Remove perf_pmu_lex() needless declarationGaosheng Cui
2022-10-04perf sort: Remove hist_entry__sort_list() and sort__first_dimension() leftove...Gaosheng Cui
2022-10-04perf test: Skip sigtrap test on old kernelsNamhyung Kim
2022-10-04perf sched: Factor out destroy_tasks()Namhyung Kim
2022-10-04perf cpumap: Add range data encodingIan Rogers