summaryrefslogtreecommitdiff
path: root/tools/perf
AgeCommit message (Expand)Author
2026-04-13perf header: Validate nr_domains when reading HEADER_CPU_DOMAIN_INFOArnaldo Carvalho de Melo
2026-04-12perf sample: Fix documentation typoIan Rogers
2026-04-10Merge tag 'riscv-for-linus-v7.0-rc8' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2026-04-10perf arm_spe: Improve SIMD flags settingLeo Yan
2026-04-10perf report: Update document for SIMD flagsLeo Yan
2026-04-10perf sort: Sort disabled and full predicated flagsLeo Yan
2026-04-10perf sort: Support sort ASE and SMELeo Yan
2026-04-08perf test: Make perf trace BTF general tests exclusiveThomas Richter
2026-04-08perf data: Clean up use_stdio and structuresIan Rogers
2026-04-08perf tools: Replace basename() calls with perf_basename()Arnaldo Carvalho de Melo
2026-04-08perf tools: Use calloc() where applicableArnaldo Carvalho de Melo
2026-04-08perf header: Do validation of perf.data HEADER_CPU_DOMAIN_INFOArnaldo Carvalho de Melo
2026-04-08perf header: Use a max number of command line argsArnaldo Carvalho de Melo
2026-04-08perf bench: Constify tablesArnaldo Carvalho de Melo
2026-04-08perf tools: Make more global variables staticIan Rogers
2026-04-08perf util: Kill die() prototype, dead for a long timeArnaldo Carvalho de Melo
2026-04-08perf symbols: Make variable receiving result strrchr() constArnaldo Carvalho de Melo
2026-04-08perf maps: Fix copy_from that can break sorted by name orderIan Rogers
2026-04-08perf maps: Fix fixup_overlap_and_insert that can break sorted by name orderIan Rogers
2026-04-08perf maps: Move getting debug_file to verbose pathIan Rogers
2026-04-08perf addr2line: Remove global variable addr2line_timeout_msThomas Richter
2026-04-08perf config: Make symbol_conf::addr2line_disable_warn configurableThomas Richter
2026-04-08perf config: Rename symbol_conf::disable_add2line_warnThomas Richter
2026-04-05perf test: Skip sched stats test for !rootNamhyung Kim
2026-04-05perf cgroup: Update metric leader in evlist__expand_cgroupIan Rogers
2026-04-05perf sample: Add evsel to struct perf_sampleIan Rogers
2026-04-05perf sample: Make sure perf_sample__init/exit are usedIan Rogers
2026-04-05perf sample: Document struct perf_sampleIan Rogers
2026-04-05perf tools: Save cln_size headerRicky Ringler
2026-04-05perf tests sched stats: Write output to temp fileIan Rogers
2026-04-05perf sched: Avoid crash for unexpected perf sched stats reportNamhyung Kim
2026-04-04prctl: cfi: change the branch landing pad prctl()s to be more descriptivePaul Walmsley
2026-04-02perf metrics: Make common stalled metrics conditional on having the eventIan Rogers
2026-04-02perf tests kwork: Add basic kwork coverage testsIan Rogers
2026-04-02perf data convert ctf: Pipe mode improvementsIan Rogers
2026-04-02perf evsel: Make unknown event names more uniqueIan Rogers
2026-04-02perf ordered-events: Event processing consistency with the regular readerIan Rogers
2026-04-02perf header: Refactor pipe mode end marker handlingIan Rogers
2026-04-02perf session: Extra logging for failed to process eventsIan Rogers
2026-04-02perf header: Properly warn/print when libtraceevent/libbpf support is missingIan Rogers
2026-04-02perf header: Add utility to convert feature number to a stringIan Rogers
2026-04-02perf clockid: Add missing includeIan Rogers
2026-04-02perf trace: Fix potential u64 underflow in duration calculationMichael Petlan
2026-04-02perf header: Validate build_id filename length to prevent buffer overflowSeungJu Cheon
2026-04-02perf metricgroup: Refine error logsLeo Yan
2026-04-02perf expr: Add '\n' in literal parse errorsLeo Yan
2026-04-02perf expr: Return -EINVAL for syntax error in expr__find_ids()Leo Yan
2026-04-02perf test: Skip perf data type profiling tests for s390Thomas Richter
2026-04-02perf tools: prevent null dsos from being addedAnubhav Shelat
2026-04-02perf test: Fix ratio_to_prev event parsing testThomas Falcon