summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/evsel.h
Commit message (Expand)AuthorAgeFilesLines
* perf parse-events: Add new 'fake_tp' parameter for testsDominique Martinet2024-05-101-2/+2
* perf util: Add evsel__taskstate() to parse the task state info insteadZe Gao2024-01-221-0/+1
* perf evsel: Fallback to "task-clock" when not system wideIan Rogers2023-12-061-1/+2
* perf tools: Add branch counter knobKan Liang2023-11-091-0/+1
* perf evsel: Rename evsel__increase_rlimit to rlimit__increase_nofileYang Jihong2023-10-251-3/+0
* perf evsel: Add evsel__intval_common() helperYang Jihong2023-09-121-0/+2
* perf evsel amd: Fix IBS error messageRavi Bangoria2023-07-011-0/+1
* perf stat: New metricgroup output for the default modeKan Liang2023-06-161-0/+1
* perf evsel: Fix the annotation for hardware events on hybridKan Liang2023-06-151-3/+14
* Merge tag 'perf-tools-fixes-for-v6.4-2-2023-05-30' into perf-tools-nextArnaldo Carvalho de Melo2023-05-311-4/+2
|\
| * perf evsel: Separate bpf_counter_list and bpf_filters, can be used at the sam...Song Liu2023-05-261-4/+2
* | perf evsel: Don't let for_each_group() treat the head of the list as one of i...Ian Rogers2023-05-281-8/+16
* | perf evsel: Don't let evsel__group_pmu_name() traverse unsorted groupIan Rogers2023-05-281-1/+1
* | perf evlist: Remove __evlist__add_defaultIan Rogers2023-05-271-3/+0
|/
* perf stat: Introduce skippable evselsIan Rogers2023-05-101-0/+1
* perf stat: Separate bperf from bpf_profilerDmitrii Dolgov2023-05-051-0/+5
* perf tools: Add util function for overriding user set config valuesJames Clark2023-04-241-0/+3
* perf evsel: Introduce evsel__name_is() method to check if the evsel name is e...Arnaldo Carvalho de Melo2023-04-241-0/+1
* perf bpf filter: Implement event sample filteringNamhyung Kim2023-03-151-2/+5
* perf evsel: Remove use_uncore_aliasIan Rogers2023-03-131-1/+0
* perf evsel: Add function to compute group PMU nameIan Rogers2023-03-131-0/+1
* perf evsel: Allow const evsel for certain accessesIan Rogers2023-03-131-3/+3
* perf stat: Use counts rather than saved_valueIan Rogers2023-02-191-1/+1
* perf stat: Remove evsel metric_name/exprIan Rogers2023-02-031-2/+0
* perf build: Use libtraceevent from the systemIan Rogers2022-12-141-1/+11
* perf cpumap: Tidy libperf includesIan Rogers2022-11-161-2/+0
* perf pmu: Remove mostly unused 'struct perf_pmu' 'is_hybrid' memberIan Rogers2022-11-151-1/+1
* perf record: Set PERF_FORMAT_LOST by defaultNamhyung Kim2022-10-041-0/+1
* perf evsel: Add arch_evsel__hw_name()Kan Liang2022-07-291-0/+1
* perf tools: Factor out evsel__id_hdr_size()Adrian Hunter2022-07-201-0/+2
* perf record ibs: Warn about sampling period skewRavi Bangoria2022-06-241-0/+1
* perf stat: Always keep perf metrics topdown events in a groupKan Liang2022-05-201-1/+1
* perf evlist: Keep topdown counters in weak groupIan Rogers2022-05-171-0/+3
* perf auxtrace: Record whether an auxtrace mmap is neededAdrian Hunter2022-05-101-0/+1
* perf evsel: Add tool event helpersIan Rogers2022-05-091-0/+11
* perf evsel: Constify a few arraysIan Rogers2022-05-091-6/+5
* perf list: Print all available tool eventsFlorian Fischer2022-04-201-0/+1
* perf stat: Add user_time and system_time eventsFlorian Fischer2022-04-201-0/+4
* perf cpumap: Migrate to libperf cpumap apiIan Rogers2022-01-221-1/+2
* perf evsel: Rename variable cpu to indexIan Rogers2022-01-121-3/+3
* perf evsel: Reduce scope of evsel__ignore_missing_threadIan Rogers2022-01-121-4/+0
* perf stat: Correct variable name for read counterIan Rogers2022-01-121-8/+8
* perf evlist: Refactor evlist__for_each_cpu()Ian Rogers2022-01-121-1/+0
* libperf: Adopt perf_counts_values__scale() from tools/perf/utilShunsuke Nakamura2021-12-071-3/+0
* perf expr: Add source_count for aggregating eventsIan Rogers2021-11-131-0/+1
* perf evsel: Don't set exclude_guest by defaultRavi Bangoria2021-11-071-0/+1
* perf evsel: Fix missing exclude_{host,guest} settingNamhyung Kim2021-11-061-0/+4
* perf evsel: Add bitfield_swap() to handle branch_stack endian issueMadhavan Srinivasan2021-10-281-0/+13
* perf parse-events: Add new "metric-id" termIan Rogers2021-10-201-0/+2
* perf tools: Factor out copy_config_terms() and free_config_terms()Adrian Hunter2021-09-111-0/+3