summaryrefslogtreecommitdiff
path: root/tools/perf/util
AgeCommit message (Expand)Author
2025-12-03perf arm_spe: Add CPU variants supporting common data source packetLeo Yan
2025-12-03perf auxtrace: Include sys/types.h for pid_tArnaldo Carvalho de Melo
2025-12-02perf tools: Use machine->root_dir to find /proc/kallsymsNamhyung Kim
2025-12-02perf tools: Fallback to initial kernel map properlyNamhyung Kim
2025-12-02perf tools: Fix split kallsyms DSO countingNamhyung Kim
2025-12-02perf tools: Mark split kallsyms DSOs as loadedNamhyung Kim
2025-12-02perf tools: Flush remaining samples w/o deferred callchainsNamhyung Kim
2025-12-02perf tools: Merge deferred user callchainsNamhyung Kim
2025-12-02perf script: Display PERF_RECORD_CALLCHAIN_DEFERREDNamhyung Kim
2025-12-02perf record: Add --call-graph fp,defer option for deferred callchainsNamhyung Kim
2025-12-02perf tools: Minimal DEFERRED_CALLCHAIN supportNamhyung Kim
2025-12-02perf python: Correct copying of metric_leader in an evselIan Rogers
2025-12-02perf jitdump: Add sym/str-tables to build-ID generationNamhyung Kim
2025-12-02perf tools: Remove a trailing newline in the event termsNamhyung Kim
2025-11-26perf tools: Don't read build-ids from non-regular filesJames Clark
2025-11-26perf pmu: fix duplicate conditional statementAnubhav Shelat
2025-11-24perf tools: Add support for perf_event_attr::config4James Clark
2025-11-20perf: replace strcpy() with strncpy() in util/jitdump.cHrishikesh Suresh
2025-11-19perf evsel: Skip store_evsel_ids for non-perf-event PMUsIan Rogers
2025-11-19perf pmu: Add PMU kind to simplify differentiatingIan Rogers
2025-11-19perf header: Switch "cpu" for find_core_pmu in caps feature writingIan Rogers
2025-11-19perf maps: Avoid RC_CHK use after freeIan Rogers
2025-11-18perf arm_spe: Synthesize memory samples for SIMD operationsLeo Yan
2025-11-18perf arm_spe: Expose SIMD information in other operationsLeo Yan
2025-11-18perf arm_spe: Report GCS in recordLeo Yan
2025-11-18perf arm_spe: Report memset and memcpy in recordsLeo Yan
2025-11-18perf arm_spe: Report associated info for SVE / SME operationsLeo Yan
2025-11-18perf arm_spe: Report extended memory operations in recordsLeo Yan
2025-11-18perf arm_spe: Report MTE allocation tag in recordLeo Yan
2025-11-18perf arm_spe: Report register access in recordLeo Yan
2025-11-18perf arm_spe: Introduce data processing macro for SVE operationsLeo Yan
2025-11-18perf arm_spe: Consolidate operation typesLeo Yan
2025-11-18perf arm_spe: Remove unused operation typesLeo Yan
2025-11-18perf arm_spe: Decode SME data processing packetLeo Yan
2025-11-18perf arm_spe: Decode ASE and FP fields in other operationLeo Yan
2025-11-18perf arm_spe: Rename SPE_OP_PKT_IS_OTHER_SVE_OP macroLeo Yan
2025-11-18perf arm_spe: Decode GCS operationLeo Yan
2025-11-18perf arm_spe: Unify operation namingLeo Yan
2025-11-18perf arm_spe: Fix memset subclass in operationLeo Yan
2025-11-17perf tool_pmu: More accurately set the cpus for tool eventsIan Rogers
2025-11-17perf stat: Reduce scope of walltime_nsecs_statsIan Rogers
2025-11-17perf stat: Reduce scope of ru_statsIan Rogers
2025-11-17perf stat-shadow: Read tool events directlyIan Rogers
2025-11-17perf tool_pmu: Use old_count when computing count values for time eventsIan Rogers
2025-11-17perf pmu: perf_cpu_map__new_int to avoid parsing a stringIan Rogers
2025-11-17perf stat: Display metric-only for 0 countersIan Rogers
2025-11-16perf parse-events: Add debug logging to perf_eventIan Rogers
2025-11-16perf sample: Fix the wrong format specifierliujing
2025-11-13perf auxtrace: Remove errno.h from auxtrace.h and fix transitive dependenciesIan Rogers
2025-11-13perf build: Remove NO_AUXTRACE build optionIan Rogers