summaryrefslogtreecommitdiff
path: root/tools/perf/util/print-events.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-21perf list: Give more details about raw event encodingsIan Rogers1-18/+2
2024-03-21perf list: Add tracepoint encoding to detailed outputIan Rogers1-10/+25
2024-02-24perf print-events: make is_event_supported() more robustMark Rutland1-8/+19
2024-02-22perf list: Add scandirat compatibility functionIan Rogers1-9/+4
2024-01-26perf list: Switch error message to pr_err() to respect debug settings (-v)Ian Rogers1-1/+1
2023-09-12perf list: Avoid a hardcoded cpu PMU nameIan Rogers1-11/+17
2023-06-17perf print-events: Export is_event_supported()Arnaldo Carvalho de Melo1-1/+1
2023-05-27perf pmus: Allow just core PMU scanningIan Rogers1-6/+5
2023-05-27perf pmu: Separate pmu and pmusIan Rogers1-2/+3
2023-05-27perf pmu: Remove perf_pmu__hybrid_pmus listIan Rogers1-1/+0
2023-05-15perf parse-events: Reduce scope of is_event_supportedIan Rogers1-0/+39
2023-05-15perf print-events: Print legacy cache events for each PMUIan Rogers1-47/+41
2023-05-15perf print-events: Avoid unnecessary strlistIan Rogers1-29/+31
2023-05-02perf list: Modify the warning message about scandirat(3)Namhyung Kim1-1/+1
2023-05-02perf list: Fix memory leaks in print_tracepoint_events()Namhyung Kim1-4/+8
2023-04-04perf list: Use relative path for tracepoint scanNamhyung Kim1-7/+31
2023-02-03perf pmu-events: Remove now unused event and metric variablesIan Rogers1-24/+8
2022-11-23perf list: Reorganize to use callbacks to allow honouring command line optionsIan Rogers1-171/+193
2022-11-15perf list: Simplify symbol event printingIan Rogers1-58/+21
2022-11-15perf list: Simplify cache event printingIan Rogers1-103/+27
2022-11-15perf tracepoint: Sort events in iteratorIan Rogers1-71/+37
2022-11-10perf print-events: Remove redundant comparison with zeroKang Minchul1-4/+2
2022-09-26perf parse-events: Remove "not supported" hybrid cache eventsZhengjun Xing1-39/+0
2022-09-26perf print-events: Fix "perf list" can not display the PMU prefix for some hy...Zhengjun Xing1-1/+1
2022-08-02perf parse-events: Break out tracepoint and printingIan Rogers1-0/+572