aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/util/evsel.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-01-08perf evsel: Improve the evsel__open_strerror() for EBUSYIan Rogers1-1/+78
2024-12-20perf script: Cache the output typeArnaldo Carvalho de Melo1-0/+1
2024-12-18perf python: Add parse_events functionIan Rogers1-7/+12
2024-12-18perf tools: Add missing_features for aux_start_paused, aux_pause, aux_resumeAdrian Hunter1-12/+86
2024-12-18perf tools: Parse aux-actionAdrian Hunter1-0/+1
2024-12-18perf tools: Add aux-action config termAdrian Hunter1-0/+2
2024-12-13Merge remote-tracking branch 'torvalds/master' into perf-tools-nextArnaldo Carvalho de Melo1-3/+3
2024-12-09perf evsel: Allow evsel__newtp without libtraceeventIan Rogers1-26/+77
2024-12-09perf evsel: Add/use accessor for tp_formatIan Rogers1-2/+7
2024-12-05perf tools: Fix precise_ip fallback logicNamhyung Kim1-3/+3
2024-11-09perf pmu: Add calls enabling the hwmon_pmuIan Rogers1-0/+9
2024-11-08perf build: Include libtraceevent headers directly indicated by pkg-configYicong Yang1-1/+1
2024-10-22perf tools: Check fallback error and orderNamhyung Kim1-9/+29
2024-10-22perf tools: Detect missing kernel features properlyNamhyung Kim1-100/+303
2024-10-22perf tools: Simplify evsel__add_modifier()Namhyung Kim1-4/+1
2024-10-22perf tools: Add fallback for exclude_guestNamhyung Kim1-0/+21
2024-10-17perf test: Remove C test wrapper for attr.pyIan Rogers1-4/+123
2024-10-14perf evsel: Fix missing inherit + sample read checkNamhyung Kim1-1/+2
2024-10-10perf tool_pmu: Rename perf_tool_event__* to tool_pmu__*Ian Rogers1-1/+1
2024-10-10perf tool_pmu: Rename enum perf_tool_event to tool_pmu_eventIan Rogers1-2/+2
2024-10-10perf tool_pmu: Factor tool events into their own PMUIan Rogers1-255/+17
2024-10-02tools/perf: Allow inherit + PERF_SAMPLE_READ when opening eventsBen Gainey1-3/+18
2024-09-30perf evsel: Reduce a variables scopeIan Rogers1-1/+2
2024-09-26perf evsel: Remove pmu_nameIan Rogers1-7/+0
2024-09-26perf evsel: Add alternate_hw_config and use in evsel__matchIan Rogers1-0/+21
2024-09-24perf evsel: display dmesg command of showing a hardcoded pathMasum Reza1-1/+1
2024-09-11perf evsel: Add accessor for tool_eventIan Rogers1-12/+12
2024-08-19perf evsel: Constify evsel__id_hdr_size() argumentIan Rogers1-1/+1
2024-08-14perf evlist: Save branch counters informationKan Liang1-6/+7
2024-08-14perf report: Remove the first overflow check for branch countersKan Liang1-2/+0
2024-08-13perf stat: Fork and launch 'perf record' when 'perf stat' needs to get retire latency value for a metric.Weilin Wang1-2/+79
2024-06-25util: constant -1 with expression of type charYunseong Kim1-1/+1
2024-06-15perf hist: Honor symbol_conf.skip_emptyNamhyung Kim1-3/+10
2024-06-10perf evsel: Refactor tool eventsIan Rogers1-2/+224
2024-05-10perf parse-events: Add new 'fake_tp' parameter for testsDominique Martinet1-7/+13
2024-02-01perf evsel: Fix duplicate initialization of data->id in evsel__parse_sample()Yang Jihong1-1/+0
2024-02-01perf evsel: Rename get_states() to parse_task_states() and make it publicZe Gao1-114/+1
2024-01-22perf util: Add evsel__taskstate() to parse the task state info insteadZe Gao1-1/+35
2024-01-22perf util: Add helpers to parse task state string from libtraceeventZe Gao1-0/+112
2023-12-12libperf cpumap: Rename perf_cpu_map__dummy_new() to perf_cpu_map__new_any_cpu()Ian Rogers1-1/+1
2023-12-06perf evsel: Fallback to "task-clock" when not system wideIan Rogers1-8/+10
2023-11-09perf tools: Add branch counter knobKan Liang1-1/+34
2023-10-25perf evsel: Rename evsel__increase_rlimit to rlimit__increase_nofileYang Jihong1-28/+2
2023-09-12perf evsel: Add evsel__intval_common() helperYang Jihong1-0/+13
2023-08-16perf parse-regs: Remove PERF_REGS_{MAX|MASK} from common codeLeo Yan1-1/+1
2023-08-16perf parse-regs: Introduce functions perf_arch_reg_{ip|sp}()Leo Yan1-2/+4
2023-08-15perf evsel: Remove duplicate check for `field` in evsel__intval()Yang Jihong1-3/+0
2023-07-20perf evsel: Free evsel->filter on the destructorArnaldo Carvalho de Melo1-0/+1
2023-07-01perf evsel amd: Fix IBS error messageRavi Bangoria1-21/+9
2023-06-01perf evsel: Add verbose 3 print of evsel name when openingIan Rogers1-0/+1