summaryrefslogtreecommitdiff
path: root/tools/perf/builtin-report.c
AgeCommit message (Expand)AuthorFilesLines
2026-07-27perf ui hists: Fix stack use-after-return in symbol_filter_strIan Rogers1-2/+5
2026-06-30perf evlist: Add reference count checkingIan Rogers1-3/+3
2026-06-04perf tools: Guard test_bit from out-of-bounds sample CPUArnaldo Carvalho de Melo1-1/+2
2026-06-03perf symbol: Add setters for bitfields sharing a byte to avoid concurrent upd...Ian Rogers1-1/+1
2026-06-03perf tools: Include file offset and event type name in skip messagesArnaldo Carvalho de Melo1-3/+6
2026-05-20perf report: Directly use sample->evsel to avoid computing from sample->idIan Rogers1-2/+4
2026-05-20perf hist: Remove evsel from struct hist_entry_iterIan Rogers1-4/+2
2026-05-20perf hist: Remove evsel parameter from inc samples functionsIan Rogers1-10/+8
2026-05-20perf tool: Remove evsel from tool APIs that pass the sampleIan Rogers1-6/+4
2026-05-15perf unwind: Refactor get_entries to allow dynamic libdw/libunwind selectionIan Rogers1-0/+4
2026-04-02perf header: Refactor pipe mode end marker handlingIan Rogers1-16/+11
2026-03-10perf tools: Add layout support for --symfs optionChangbin Du1-2/+1
2026-02-03perf session: Add e_flags to the e_machine helperIan Rogers1-2/+2
2026-01-27perf callchain: Switch callchain_param_setup from an arch to an e_machineIan Rogers1-4/+2
2026-01-13perf srcline: Add configuration support for the addr2line styleIan Rogers1-0/+10
2025-12-17perf report: Enable data-type profiling with -F option tooNamhyung Kim1-1/+2
2025-12-02perf tools: Merge deferred user callchainsNamhyung Kim1-0/+1
2025-11-07perf tool: Add the perf_tool argument to all callbacksIan Rogers1-2/+3
2025-07-25perf sort: Use perf_env to set arch sort keys and headerIan Rogers1-1/+1
2025-07-25perf evlist: Change env variable to sessionIan Rogers1-1/+5
2025-07-25perf session: Add accessor for session->header.envIan Rogers1-4/+4
2025-07-25perf dso: Move build_id to dso_idIan Rogers1-2/+9
2025-05-28perf mem: Display sort order only if it's availableNamhyung Kim1-1/+4
2025-04-25perf hist: Allow custom output fields in hierarchy modeNamhyung Kim1-8/+4
2025-04-25perf hist: Remove formats in hierarchy when cancel latencyNamhyung Kim1-1/+1
2025-04-25perf hist: Remove formats in hierarchy when cancel childrenNamhyung Kim1-1/+1
2025-03-20perf report: Disable children column for data type profilingNamhyung Kim1-0/+3
2025-03-20perf report: Allow hierarchy mode for --childrenNamhyung Kim1-2/+0
2025-02-19perf report: Fix input reload/switch with symbol sort keyDmitry Vyukov1-14/+16
2025-02-19perf report: Support switching data w/ and w/o callchainsNamhyung Kim1-0/+5
2025-02-19perf report: Switch data file correctly in TUINamhyung Kim1-1/+1
2025-02-18perf report: Add --latency flagDmitry Vyukov1-4/+28
2025-02-18perf report: Add parallelism filterDmitry Vyukov1-1/+4
2025-02-17perf report: Add parallelism sort keyDmitry Vyukov1-0/+11
2025-02-17perf report: Add machine parallelismDmitry Vyukov1-0/+1
2025-01-10perf report: Fix misleading help message about --demangleJiachen Zhang1-1/+1
2024-12-23perf values: Use evsel rather than evsel->idxIan Rogers1-3/+1
2024-11-08perf build: Include libtraceevent headers directly indicated by pkg-configYicong Yang1-1/+1
2024-10-18perf build: Rename HAVE_DWARF_SUPPORT to HAVE_LIBDW_SUPPORTIan Rogers1-2/+2
2024-10-18perf libdw: Remove unnecessary definesIan Rogers1-1/+1
2024-10-10perf report: Display columns Predicted/Abort/Cycles in --branch-historyThomas Falcon1-1/+5
2024-08-28perf report: Name events in stats for pipe modeIan Rogers1-0/+1
2024-08-28perf tools: Print lost samples due to BPF filterNamhyung Kim1-2/+7
2024-08-14perf report: Display the branch counter histogramKan Liang1-4/+16
2024-08-14perf annotate: Save branch counters for each blockKan Liang1-1/+1
2024-08-14perf report: Fix --total-cycles --stdio output errorKan Liang1-1/+2
2024-08-12perf report: Use perf_tool__init()Ian Rogers1-28/+27
2024-08-12perf tool: Constify tool pointersIan Rogers1-6/+6
2024-08-01perf tools: Add mode argument to sort_help()Namhyung Kim1-2/+2
2024-07-02perf report: Calling available function for stats printingAbhishek Dubey1-2/+1