summaryrefslogtreecommitdiff
path: root/tools/perf
AgeCommit message (Expand)Author
2024-01-24perf mem: Clean up perf_mem_events__ptr()Kan Liang
2024-01-24perf mem: Add mem_events into the supported perf_pmuKan Liang
2024-01-22perf sched: Commit to evsel__taskstate() to parse task state infoZe Gao
2024-01-22perf util: Add evsel__taskstate() to parse the task state info insteadZe Gao
2024-01-22perf util: Add helpers to parse task state string from libtraceeventZe Gao
2024-01-22perf sched: Sync state char array with the kernelZe Gao
2024-01-22perf data: Minor code style alignment cleanupYang Jihong
2024-01-22perf record: Check conflict between '--timestamp-filename' option and pipe mo...Yang Jihong
2024-01-22perf record: Fix possible incorrect free in record__switch_output()Yang Jihong
2024-01-22perf dwarf-aux: Check allowed DWARF OpsNamhyung Kim
2024-01-22perf annotate-data: Support stack variablesNamhyung Kim
2024-01-22perf dwarf-aux: Add die_get_cfa()Namhyung Kim
2024-01-22perf annotate-data: Support global variablesNamhyung Kim
2024-01-22perf annotate-data: Handle PC-relative addressingNamhyung Kim
2024-01-22perf annotate-data: Add stack operation pseudo typeNamhyung Kim
2024-01-22perf annotate-data: Handle array style accessesNamhyung Kim
2024-01-22perf annotate-data: Handle macro fusion on x86Namhyung Kim
2024-01-22perf annotate-data: Parse 'lock' prefix from llvm-objdumpNamhyung Kim
2024-01-22perf build: Check whether pkg-config is installed when libtraceevent is linkedYang Jihong
2024-01-22perf test: raise limit to 20 percent for perf_stat_--bpf-counters_testThomas Richter
2024-01-19Merge tag 'perf-tools-for-v6.8-1-2024-01-09' of git://git.kernel.org/pub/scm/...Linus Torvalds
2024-01-09Merge tag 'lsm-pr-20240105' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-01-09Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-01-08mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDERKirill A. Shutemov
2024-01-04perf test: test case 'Setup struct perf_event_attr' fails on s390 on z/vmThomas Richter
2024-01-04perf db-export: Fix missing reference count get in call_path_from_sample()Ben Gainey
2024-01-04perf tests: Add perf script testIan Rogers
2024-01-04perf TUI: Don't ignore job controlAhelenia ZiemiaƄska
2024-01-04perf vendor events intel: Update sapphirerapids events to v1.17Ian Rogers
2024-01-04perf vendor events intel: Update icelakex events to v1.23Ian Rogers
2024-01-04perf vendor events intel: Update emeraldrapids events to v1.02Ian Rogers
2024-01-04perf vendor events intel: Alderlake/rocketlake metric fixesIan Rogers
2024-01-03perf x86 test: Add hybrid test for conflicting legacy/sysfs eventIan Rogers
2024-01-03perf x86 test: Update hybrid expectationsIan Rogers
2024-01-03perf vendor events amd: Add Zen 4 memory controller eventsSandipan Das
2024-01-03perf stat: Fix hard coded LL miss unitsIan Rogers
2024-01-03perf record: Reduce memory for recording PERF_RECORD_LOST_SAMPLES eventIan Rogers
2024-01-03perf env: Avoid recursively taking env->bpf_progs.lockIan Rogers
2023-12-23perf annotate: Add --insn-stat option for debuggingNamhyung Kim
2023-12-23perf annotate: Add --type-stat option for debuggingNamhyung Kim
2023-12-23perf annotate: Support event group displayNamhyung Kim
2023-12-23perf annotate: Add --data-type optionNamhyung Kim
2023-12-23perf report: Add 'symoff' sort keyNamhyung Kim
2023-12-23perf report: Add 'typeoff' sort keyNamhyung Kim
2023-12-23perf annotate-data: Update sample histogram for typeNamhyung Kim
2023-12-23perf annotate-data: Add member field in the data typeNamhyung Kim
2023-12-23perf report: Support data type profilingNamhyung Kim
2023-12-23perf report: Add 'type' sort keyNamhyung Kim
2023-12-23perf annotate: Implement hist_entry__get_data_type()Namhyung Kim
2023-12-23perf annotate: Add annotate_get_insn_location()Namhyung Kim