summaryrefslogtreecommitdiff
path: root/tools/perf/util
AgeCommit message (Expand)Author
2025-01-08perf jitdump: Accept jitdump mmaps emitted from inside containersArnaldo Carvalho de Melo
2025-01-08perf machine: Don't ignore _etext when not a text symbolChristophe Leroy
2025-01-08perf maps: Fix display of kernel symbolsChristophe Leroy
2025-01-08perf ftrace: Display latency statistics at the endNamhyung Kim
2025-01-08perf evsel: Improve the evsel__open_strerror() for EBUSYIan Rogers
2024-12-26perf stat: Document and clarify outstate membersJames Clark
2024-12-26perf stat: Document and simplify interval timestampsJames Clark
2024-12-26perf stat: Remove empty new_line_metric functionJames Clark
2024-12-26perf stat: Also hide metric-units from JSON when event didn't runJames Clark
2024-12-26perf stat: Fix trailing comma when there is no metric unitJames Clark
2024-12-23perf path: Remove unused is_executable_file()Dr. David Alan Gilbert
2024-12-23perf values: Use evsel rather than evsel->idxIan Rogers
2024-12-23perf stream: Use evsel rather than evsel->idxIan Rogers
2024-12-23perf lock contention: Handle slab objects in -L/--lock-filter optionNamhyung Kim
2024-12-23perf lock contention: Resolve slab object name using BPFNamhyung Kim
2024-12-23perf lock contention: Run BPF slab cache iteratorNamhyung Kim
2024-12-20perf lock contention: Add and use LCB_F_TYPE_MASKNamhyung Kim
2024-12-20perf script: Cache the output typeArnaldo Carvalho de Melo
2024-12-18perf python: Correctly throw IndexErrorIan Rogers
2024-12-18perf python: Add __str__ and __repr__ functions to evselIan Rogers
2024-12-18perf python: Add __str__ and __repr__ functions to evlistIan Rogers
2024-12-18perf python: Add parse_events functionIan Rogers
2024-12-18perf kwork: Make perf_kwork_add_work a callbackIan Rogers
2024-12-18perf bench: Remove reference to cmd_injectIan Rogers
2024-12-18perf lock: Move common lock contention code to new fileIan Rogers
2024-12-18perf env: Move arch errno function to only use in envIan Rogers
2024-12-18perf intel-pt: Remove stale build commentIan Rogers
2024-12-18perf x86: Define arch_fetch_insn in NO_AUXTRACE buildsIan Rogers
2024-12-18perf script: Move perf_sample__sprintf_flags to trace-event-scripting.cIan Rogers
2024-12-18perf script: Move script_fetch_insn to trace-event-scripting.cIan Rogers
2024-12-18perf script: Move script_spec code to trace-event-scripting.cIan Rogers
2024-12-18perf stat: Move stat_config into config.cIan Rogers
2024-12-18perf script: Move find_scripts to browser/scripts.cIan Rogers
2024-12-18perf script: Use openat for directory iterationIan Rogers
2024-12-18perf kvm: Move functions used in util out of builtinIan Rogers
2024-12-18perf script: Move scripting_max_stack out of builtinIan Rogers
2024-12-18perf python: Remove unused #includeIan Rogers
2024-12-18perf python: Constify variables and parametersIan Rogers
2024-12-18perf python: Remove python 2 scripting supportIan Rogers
2024-12-18perf tools: Add missing_features for aux_start_paused, aux_pause, aux_resumeAdrian Hunter
2024-12-18perf tools: Parse aux-actionAdrian Hunter
2024-12-18perf tools: Add aux-action config termAdrian Hunter
2024-12-18perf tools: Add aux_start_paused, aux_pause and aux_resumeAdrian Hunter
2024-12-18perf ftrace latency: Fix compiler error for clang 12Namhyung Kim
2024-12-13Merge remote-tracking branch 'torvalds/master' into perf-tools-nextArnaldo Carvalho de Melo
2024-12-12perf expr: Initialize is_test value in expr__ctx_new()Levi Yun
2024-12-12perf string: Avoid undefined NULL+1Ian Rogers
2024-12-12perf tools: Avoid unaligned pointer operationsNamhyung Kim
2024-12-11perf probe: Fix uninitialized variableJames Clark
2024-12-10perf bpf: Fix two memory leakages when calling perf_env__insert_bpf_prog_info()Zhongqiu Han