summaryrefslogtreecommitdiff
path: root/tools/perf
AgeCommit message (Expand)AuthorFilesLines
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
2022-10-04perf metrics: Wire up core_wideIan Rogers8-43/+134
2022-10-04perf stat: Delay metric parsingIan Rogers3-18/+39
2022-10-04perf topology: Add core_wideIan Rogers4-0/+70
2022-10-04perf smt: Compute SMT from topologyIan Rogers6-101/+49
2022-10-04perf expr: Move the scanner_ctx into the parse_ctxIan Rogers5-14/+11
2022-10-04perf pmu: Remove perf_pmu_lex() needless declarationGaosheng Cui1-2/+0
2022-10-04perf sort: Remove hist_entry__sort_list() and sort__first_dimension() leftove...Gaosheng Cui1-2/+0
2022-10-04perf test: Skip sigtrap test on old kernelsNamhyung Kim1-1/+64
2022-10-04perf sched: Factor out destroy_tasks()Namhyung Kim1-2/+22
2022-10-04perf cpumap: Add range data encodingIan Rogers4-87/+152
2022-10-04perf events: Prefer union over variable length arrayIan Rogers3-33/+17
2022-10-04perf vendor events: Update events for Neoverse E1Nick Forrington18-267/+2
2022-10-04perf timechart: Add p_state_end helperShang XiaoJing1-19/+18
2022-10-04perf timechart: Add create_pidcomm helperShang XiaoJing1-12/+16
2022-10-04perf lock: Add get_key_by_aggr_mode helperShang XiaoJing1-76/+53
2022-10-04perf trace: Use zalloc() to save initialization of syscall_statsShang XiaoJing1-4/+1
2022-10-04perf vendor events arm64: Move REMOTE_ACCESS to "memory" categoryNick Forrington6-15/+9
2022-10-04perf intel-pt: Remove first line of log dumped on errorAdrian Hunter1-5/+28
2022-10-04perf intel-pt: Support itrace option flag d+e to log on errorAdrian Hunter4-5/+117
2022-10-04perf intel-pt: Improve object code read error messageAdrian Hunter1-1/+2
2022-10-04perf intel-pt: Improve man page layout slightlyAdrian Hunter1-0/+8
2022-10-04perf auxtrace: Add itrace option flag d+e to log on errorAdrian Hunter4-0/+24
2022-10-04perf tools: Add perf_config_scan()Adrian Hunter2-0/+32
2022-10-04perf callchain: Remove unneeded 'result' variableye xingchen1-10/+2
2022-10-04perf c2c: Add helpers to get counts of loads or storesShang XiaoJing1-37/+28
2022-10-04perf tools: Add same_cmd_with_prefix() helperShang XiaoJing1-3/+9
2022-10-04perf vendor events: Add missing Neoverse V1 eventsNick Forrington1-0/+30
2022-10-04perf report: Show per-event LOST SAMPLES statNamhyung Kim2-3/+24
2022-10-04perf hist: Add nr_lost_samples to hist_statsNamhyung Kim3-0/+7