aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/scripts/python/exported-sql-viewer.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2025-05-09perf demangle-rust: Add rustc-demangle C demanglerIan Rogers2-0/+2130
2025-05-09perf test amd ibs: Fix spelling mistake "Asssuming" -> "Assuming"Colin Ian King1-1/+1
2025-05-09perf pmu: Use available core PMU for raw eventsNamhyung Kim1-7/+14
2025-05-09perf lock contention: Add -J/--inject-delay optionNamhyung Kim5-0/+164
2025-05-09perf tests: Fix 'perf report' tests installationMichael Petlan1-1/+2
2025-05-08perf trace: Fix leaks of 'struct thread' in set_filter_loop_pids()Namhyung Kim1-0/+3
2025-05-08perf trace: Fix leaks of 'struct thread' in fprintf_sys_enter()Namhyung Kim1-1/+1
2025-05-08perf parse-events: Add debug dump of evlist if reorderedIan Rogers1-3/+13
2025-05-08perf evlist: Make groups visible in evlist__format_evsels() outputIan Rogers1-1/+12
2025-05-08perf evlist: Refactor evlist__scnprintf_evsels()Ian Rogers3-13/+20
2025-05-08perf stat: Remove print_mixed_hw_group_errorIan Rogers2-32/+0
2025-05-08perf stat: Better hybrid support for the NMI watchdog warningIan Rogers1-3/+15
2025-05-08perf trace: Add missing thread__put() in thread__e_machine()Ian Rogers1-0/+1
2025-05-08perf trace: Free the files.max entry in files->tableIan Rogers1-1/+2
2025-05-06dm: fix copying after src array boundariesTudor Ambarus1-1/+1
2025-05-05perf test: Add direct off-cpu testsHoward Chu1-0/+71
2025-05-05perf record --off-cpu: Add --off-cpu-thresh optionHoward Chu6-1/+41
2025-05-05perf record --off-cpu: Dump the remaining PERF_SAMPLE_ in sample_type from BPF's stack trace mapHoward Chu1-24/+35
2025-05-05perf script: Display off-cpu samples correctlyHoward Chu1-2/+2
2025-05-05perf record --off-cpu: Disable perf_event's callchain collectionHoward Chu1-1/+1
2025-05-05perf evsel: Assemble off-cpu samplesHoward Chu1-1/+34
2025-05-05perf record --off-cpu: Dump off-cpu samples in BPFHoward Chu1-5/+84
2025-05-05perf record --off-cpu: Preparation of off-cpu BPF programHoward Chu2-0/+33
2025-05-05perf record --off-cpu: Parse off-cpu eventHoward Chu3-23/+21
2025-05-05perf evsel: Expose evsel__is_offcpu_event() for future useHoward Chu2-1/+3
2025-05-05um: fix _nofault accessesJohannes Berg4-15/+17
2025-05-04Linux 6.15-rc5Linus Torvalds1-1/+1
2025-05-04parisc: Fix double SIGFPE crashHelge Deller1-3/+13
2025-05-04x86/boot/sev: Support memory acceptance in the EFI stub under SVSMArd Biesheuvel3-4/+43
2025-05-02irqchip/qcom-mpm: Prevent crash when trying to handle non-wake GPIOsStephan Gerhold1-0/+3
2025-05-02perf symbol-minimal: Fix double free in filename__read_build_idIan Rogers1-16/+18
2025-05-02perf mem: Add 'dtlb' output fieldNamhyung Kim6-0/+46
2025-05-02perf mem: Add 'snoop' output fieldNamhyung Kim6-0/+41
2025-05-02perf mem: Add 'cache' and 'memory' output fieldsNamhyung Kim6-2/+113
2025-05-02perf hist: Hide unused mem stat columnsNamhyung Kim3-2/+36
2025-05-02perf mem: Add 'op' output fieldNamhyung Kim6-17/+61
2025-05-02perf hist: Implement output fields for mem statsNamhyung Kim6-12/+202
2025-05-02perf hist: Basic support for mem_stat accountingNamhyung Kim6-2/+75
2025-05-02perf hist: Add struct he_mem_statNamhyung Kim2-0/+83
2025-05-02perf hist: Support multi-line headerNamhyung Kim4-34/+64
2025-05-02perf record: Add --sample-mem-info optionNamhyung Kim4-2/+14
2025-05-02perf hist: Remove output field from sort-list properlyNamhyung Kim1-10/+5