summaryrefslogtreecommitdiffstats
path: root/tools (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | perf symbols: Slightly improve module file executable section mappingsAdrian Hunter2024-02-091-2/+73
* | | perf tools: Make it possible to see perf's kernel and module memory mappingsAdrian Hunter2024-02-098-0/+25
* | | perf record: Display data size on pipe modeNamhyung Kim2024-02-071-1/+4
* | | perf script: Print source line for each jump in brstackinsnKan Liang2024-02-071-3/+15
* | | perf kvm powerpc: Fix buildIan Rogers2024-02-071-1/+1
* | | perf/pmu-events/powerpc: Update json mapfile with Power11 PVRMadhavan Srinivasan2024-02-061-0/+1
* | | tools: perf: Expose sample ID / stream ID to python scriptsBen Gainey2024-02-032-3/+9
* | | perf bpf: Clean up the generated/copied vmlinux.hArnaldo Carvalho de Melo2024-02-031-1/+1
* | | perf jevents: Drop or simplify small integer valuesIan Rogers2024-02-022-14/+31
* | | perf parse-events: Print all errorsIan Rogers2024-02-026-58/+67
* | | perf parse-events: Improve error location of terms cloned from an eventIan Rogers2024-02-021-4/+5
* | | perf tsc: Add missing newlines to debug statementsIan Rogers2024-02-021-2/+2
* | | perf Documentation: Add some more hints to tips.txtAndi Kleen2024-02-021-5/+26
* | | perf test: Simplify metric value validation test final reportWeilin Wang2024-02-022-108/+127
* | | perf report: Prevent segfault with --no-parentAndi Kleen2024-02-021-1/+1
* | | perf evsel: Fix duplicate initialization of data->id in evsel__parse_sample()Yang Jihong2024-02-021-1/+0
* | | perf evsel: Rename get_states() to parse_task_states() and make it publicZe Gao2024-02-026-115/+120
* | | perf tools: Add -H short option for --hierarchyNamhyung Kim2024-01-264-4/+61
* | | perf pmu: Treat the msr pmu as softwareIan Rogers2024-01-261-1/+11
* | | perf test: Skip test_arm_callgraph_fp.sh if unwinding isn't built inJames Clark2024-01-241-0/+6
* | | perf version: Display availability of HAVE_DWARF_UNWIND_SUPPORTJames Clark2024-01-241-0/+1
* | | perf evlist: Fix evlist__new_default() for > 1 core PMUJames Clark2024-01-241-1/+8
* | | perf mem: Clean up perf_pmus__num_mem_pmus()Kan Liang2024-01-247-19/+17
* | | perf mem: Clean up perf_mem_events__record_args()Kan Liang2024-01-244-53/+17
* | | perf mem: Clean up is_mem_loads_aux_event()Kan Liang2024-01-242-21/+16
* | | perf mem: Clean up perf_mem_event__supported()Kan Liang2024-01-245-29/+31
* | | perf mem: Clean up perf_mem_events__name()Kan Liang2024-01-2410-107/+97
* | | perf mem: Clean up perf_mem_events__ptr()Kan Liang2024-01-246-92/+104
* | | perf mem: Add mem_events into the supported perf_pmuKan Liang2024-01-2410-7/+44
* | | perf sched: Commit to evsel__taskstate() to parse task state infoZe Gao2024-01-231-36/+10
* | | perf util: Add evsel__taskstate() to parse the task state info insteadZe Gao2024-01-232-1/+36
* | | perf util: Add helpers to parse task state string from libtraceeventZe Gao2024-01-231-0/+112
* | | perf sched: Sync state char array with the kernelZe Gao2024-01-231-12/+1
* | | perf data: Minor code style alignment cleanupYang Jihong2024-01-223-10/+11
* | | perf record: Check conflict between '--timestamp-filename' option and pipe mo...Yang Jihong2024-01-222-2/+5
* | | perf record: Fix possible incorrect free in record__switch_output()Yang Jihong2024-01-221-1/+1
* | | perf dwarf-aux: Check allowed DWARF OpsNamhyung Kim2024-01-221-4/+40
* | | perf annotate-data: Support stack variablesNamhyung Kim2024-01-223-24/+93
* | | perf dwarf-aux: Add die_get_cfa()Namhyung Kim2024-01-222-1/+82
* | | perf annotate-data: Support global variablesNamhyung Kim2024-01-224-13/+92
* | | perf annotate-data: Handle PC-relative addressingNamhyung Kim2024-01-221-18/+38
* | | perf annotate-data: Add stack operation pseudo typeNamhyung Kim2024-01-222-0/+27
* | | perf annotate-data: Handle array style accessesNamhyung Kim2024-01-224-19/+61
* | | perf annotate-data: Handle macro fusion on x86Namhyung Kim2024-01-221-1/+16
* | | perf annotate-data: Parse 'lock' prefix from llvm-objdumpNamhyung Kim2024-01-221-1/+13
* | | perf build: Check whether pkg-config is installed when libtraceevent is linkedYang Jihong2024-01-221-0/+6
* | | perf test: raise limit to 20 percent for perf_stat_--bpf-counters_testThomas Richter2024-01-221-6/+6
|/ /
* | Merge tag 'riscv-for-linus-6.8-mw4' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-01-206-18/+22
|\ \
| * | RISC-V: selftests: cbo: Ensure asm operands match constraintsAndrew Jones2024-01-181-10/+8
| * | Merge patch series "tools: selftests: riscv: Fix compiler warnings"Palmer Dabbelt2024-01-116-8/+14
| |\ \