summaryrefslogtreecommitdiff
path: root/tools/perf/util
AgeCommit message (Expand)Author
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
2024-12-10perf header: Fix one memory leakage in process_bpf_prog_info()Zhongqiu Han
2024-12-10perf header: Fix one memory leakage in process_bpf_btf()Zhongqiu Han
2024-12-10perf probe: Replace unacceptable characters when generating event nameMasami Hiramatsu (Google)
2024-12-10perf ftrace latency: Add --max-latency optionGabriele Monaco
2024-12-10perf ftrace latency: Introduce --min-latency to narrow down into a latency rangeArnaldo Carvalho de Melo
2024-12-10perf ftrace latency: Introduce --bucket-range to ask for linear bucketingArnaldo Carvalho de Melo
2024-12-09perf hwmon_pmu: Use openat rather than dup to refresh directoryIan Rogers
2024-12-09perf hwmon_pmu: Use openat rather than dup to refresh directoryIan Rogers
2024-12-09perf evsel: Allow evsel__newtp without libtraceeventIan Rogers
2024-12-09perf evsel: Add/use accessor for tp_formatIan Rogers
2024-12-09perf trace-event: Always build trace-event-info.cIan Rogers
2024-12-09perf trace-event: Constify print argumentsIan Rogers
2024-12-09perf env: Ensure failure broken topology file reads are always -1 encodedIan Rogers
2024-12-09perf btf: Make the sigtrap test helper to find a member by name widely availableArnaldo Carvalho de Melo
2024-12-09perf pmu: Remove use of perf_cpu_map__read()Ian Rogers
2024-12-09perf cpumap: Reduce transitive dependencies on libperf MAX_NR_CPUSIan Rogers
2024-12-09perf: Increase MAX_NR_CPUS to 4096Kyle Meyer
2024-12-09perf arm-spe: Add support for SPE Data Source packet on AmpereOneIlkka Koskinen
2024-12-09perf arm-spe: Prepare for adding data source packet implementations for other...Ilkka Koskinen
2024-12-09libperf cpumap: Refactor perf_cpu_map__merge()Leo Yan
2024-12-09perf disasm: Return a proper error when not determining the file typeArnaldo Carvalho de Melo
2024-12-05perf tools: Fix precise_ip fallback logicNamhyung Kim
2024-12-03perf machine: Initialize machine->env to address a segfaultArnaldo Carvalho de Melo
2024-12-02perf tools: Fix build-id event recordingNamhyung Kim
2024-11-22perf tests: Fix hwmon parsing with PMU name testIan Rogers
2024-11-22perf hwmon_pmu: Ensure hwmon key union is zeroed before useIan Rogers