aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2022-10-04perf test: Add kernel lock contention testGravatar Namhyung Kim 1-0/+73
2022-10-04perf lock: Add -q/--quiet option to suppress header and debug messagesGravatar Namhyung Kim 2-11/+20
2022-10-04perf lock: Add -E/--entries optionGravatar Namhyung Kim 2-5/+25
2022-10-04perf test: waiting.sh: Parameterize timeoutsGravatar Adrian Hunter 1-9/+17
2022-10-04perf test: test_intel_pt.sh: Move helper functions for waitingGravatar Adrian Hunter 2-64/+73
2022-10-04perf test: test_intel_pt.sh: Add per-thread testGravatar Adrian Hunter 1-0/+247
2022-10-04perf tools: Add debug messages and comments for testingGravatar Adrian Hunter 3-0/+12
2022-10-04perf test: test_intel_pt.sh: Add more output in preparation for more testsGravatar Adrian Hunter 1-1/+11
2022-10-04perf test: test_intel_pt.sh: Fix return checkingGravatar Adrian Hunter 1-3/+3
2022-10-04perf test: test_intel_pt.sh: Use quotes around variable expansionGravatar Adrian Hunter 1-6/+6
2022-10-04perf test: test_intel_pt.sh: Use grep -c instead of grep plus wc -lGravatar Adrian Hunter 1-1/+1
2022-10-04perf test: test_intel_pt.sh: Stop using backticksGravatar Adrian Hunter 1-1/+1
2022-10-04perf test: test_intel_pt.sh: Stop using exprGravatar Adrian Hunter 1-3/+3
2022-10-04perf test: test_intel_pt.sh: Fix redirectionGravatar Adrian Hunter 1-1/+1
2022-10-04perf test: test_intel_pt.sh: Use a temp directoryGravatar Adrian Hunter 1-4/+10
2022-10-04perf test: test_intel_pt.sh: Add cleanup functionGravatar Adrian Hunter 1-2/+16
2022-10-04perf tests: Fix 'perf probe' error log check in skip_if_no_debuginfoGravatar Athira Rajeev 1-1/+1
2022-10-04perf annotate: Toggle full address <-> offset displayGravatar Namhyung Kim 3-3/+26
2022-10-04perf tools: Add 'addr' sort keyGravatar Namhyung Kim 5-1/+43
2022-10-04perf inject: Clarify build-id options a little bitGravatar Namhyung Kim 1-2/+4
2022-10-04perf record: Fix a segfault in record__read_lost_samples()Gravatar Namhyung Kim 1-0/+6
2022-10-04perf top: Fix error code in cmd_top()Gravatar Shang XiaoJing 1-0/+3
2022-10-04perf stat: Merge cases in process_evlistGravatar Shang XiaoJing 1-3/+1
2022-10-04perf genelf: Fix error code in jit_write_elf()Gravatar Shang XiaoJing 1-0/+1
2022-10-04perf lock contention: Skip stack trace from BPFGravatar Namhyung Kim 2-4/+6
2022-10-04perf lock contention: Allow to change stack depth and skipGravatar Namhyung Kim 4-9/+28
2022-10-04perf lock contention: Show full callstack with -v optionGravatar Namhyung Kim 3-4/+57
2022-10-04perf lock contention: Factor out get_symbol_name_offset()Gravatar Namhyung Kim 1-9/+19
2022-10-04perf test: Add basic core_wide expression testGravatar Ian Rogers 1-0/+13
2022-10-04perf metrics: Wire up core_wideGravatar Ian Rogers 8-43/+134
2022-10-04perf stat: Delay metric parsingGravatar Ian Rogers 3-18/+39
2022-10-04perf topology: Add core_wideGravatar Ian Rogers 4-0/+70
2022-10-04perf smt: Compute SMT from topologyGravatar Ian Rogers 6-101/+49
2022-10-04perf expr: Move the scanner_ctx into the parse_ctxGravatar Ian Rogers 5-14/+11
2022-10-04perf pmu: Remove perf_pmu_lex() needless declarationGravatar Gaosheng Cui 1-2/+0
2022-10-04perf sort: Remove hist_entry__sort_list() and sort__first_dimension() leftove...Gravatar Gaosheng Cui 1-2/+0
2022-10-04perf test: Skip sigtrap test on old kernelsGravatar Namhyung Kim 1-1/+64
2022-10-04perf sched: Factor out destroy_tasks()Gravatar Namhyung Kim 1-2/+22
2022-10-04perf cpumap: Add range data encodingGravatar Ian Rogers 5-87/+166
2022-10-04perf events: Prefer union over variable length arrayGravatar Ian Rogers 4-34/+27
2022-10-04perf vendor events: Update events for Neoverse E1Gravatar Nick Forrington 18-267/+2
2022-10-04perf timechart: Add p_state_end helperGravatar Shang XiaoJing 1-19/+18
2022-10-04perf timechart: Add create_pidcomm helperGravatar Shang XiaoJing 1-12/+16
2022-10-04perf lock: Add get_key_by_aggr_mode helperGravatar Shang XiaoJing 1-76/+53
2022-10-04perf trace: Use zalloc() to save initialization of syscall_statsGravatar Shang XiaoJing 1-4/+1
2022-10-04perf vendor events arm64: Move REMOTE_ACCESS to "memory" categoryGravatar Nick Forrington 6-15/+9
2022-10-04perf intel-pt: Remove first line of log dumped on errorGravatar Adrian Hunter 1-5/+28
2022-10-04perf intel-pt: Support itrace option flag d+e to log on errorGravatar Adrian Hunter 4-5/+117
2022-10-04perf intel-pt: Improve object code read error messageGravatar Adrian Hunter 1-1/+2
2022-10-04perf intel-pt: Improve man page layout slightlyGravatar Adrian Hunter 1-0/+8