summaryrefslogtreecommitdiff
path: root/tools/perf/util/evsel.h
AgeCommit message (Expand)AuthorFilesLines
2024-01-23perf util: Add evsel__taskstate() to parse the task state info insteadZe Gao1-0/+1
2023-12-06perf evsel: Fallback to "task-clock" when not system wideIan Rogers1-1/+2
2023-11-09perf tools: Add branch counter knobKan Liang1-0/+1
2023-10-25perf evsel: Rename evsel__increase_rlimit to rlimit__increase_nofileYang Jihong1-3/+0
2023-09-12perf evsel: Add evsel__intval_common() helperYang Jihong1-0/+2
2023-07-02perf evsel amd: Fix IBS error messageRavi Bangoria1-0/+1
2023-06-16perf stat: New metricgroup output for the default modeKan Liang1-0/+1
2023-06-16perf evsel: Fix the annotation for hardware events on hybridKan Liang1-3/+14
2023-05-31Merge tag 'perf-tools-fixes-for-v6.4-2-2023-05-30' into perf-tools-nextArnaldo Carvalho de Melo1-4/+2
2023-05-28perf evsel: Don't let for_each_group() treat the head of the list as one of i...Ian Rogers1-8/+16
2023-05-28perf evsel: Don't let evsel__group_pmu_name() traverse unsorted groupIan Rogers1-1/+1
2023-05-27perf evlist: Remove __evlist__add_defaultIan Rogers1-3/+0
2023-05-26perf evsel: Separate bpf_counter_list and bpf_filters, can be used at the sam...Song Liu1-4/+2
2023-05-10perf stat: Introduce skippable evselsIan Rogers1-0/+1
2023-05-05perf stat: Separate bperf from bpf_profilerDmitrii Dolgov1-0/+5
2023-04-24perf tools: Add util function for overriding user set config valuesJames Clark1-0/+3
2023-04-24perf evsel: Introduce evsel__name_is() method to check if the evsel name is e...Arnaldo Carvalho de Melo1-0/+1
2023-03-15perf bpf filter: Implement event sample filteringNamhyung Kim1-2/+5
2023-03-13perf evsel: Remove use_uncore_aliasIan Rogers1-1/+0
2023-03-13perf evsel: Add function to compute group PMU nameIan Rogers1-0/+1
2023-03-13perf evsel: Allow const evsel for certain accessesIan Rogers1-3/+3
2023-02-19perf stat: Use counts rather than saved_valueIan Rogers1-1/+1
2023-02-03perf stat: Remove evsel metric_name/exprIan Rogers1-2/+0
2022-12-14perf build: Use libtraceevent from the systemIan Rogers1-1/+11
2022-11-16perf cpumap: Tidy libperf includesIan Rogers1-2/+0
2022-11-15perf pmu: Remove mostly unused 'struct perf_pmu' 'is_hybrid' memberIan Rogers1-1/+1
2022-10-04perf record: Set PERF_FORMAT_LOST by defaultNamhyung Kim1-0/+1
2022-07-29perf evsel: Add arch_evsel__hw_name()Kan Liang1-0/+1
2022-07-20perf tools: Factor out evsel__id_hdr_size()Adrian Hunter1-0/+2
2022-06-24perf record ibs: Warn about sampling period skewRavi Bangoria1-0/+1
2022-05-20perf stat: Always keep perf metrics topdown events in a groupKan Liang1-1/+1
2022-05-17perf evlist: Keep topdown counters in weak groupIan Rogers1-0/+3
2022-05-10perf auxtrace: Record whether an auxtrace mmap is neededAdrian Hunter1-0/+1
2022-05-09perf evsel: Add tool event helpersIan Rogers1-0/+11
2022-05-09perf evsel: Constify a few arraysIan Rogers1-6/+5
2022-04-20perf list: Print all available tool eventsFlorian Fischer1-0/+1
2022-04-20perf stat: Add user_time and system_time eventsFlorian Fischer1-0/+4
2022-01-22perf cpumap: Migrate to libperf cpumap apiIan Rogers1-1/+2
2022-01-12perf evsel: Rename variable cpu to indexIan Rogers1-3/+3
2022-01-12perf evsel: Reduce scope of evsel__ignore_missing_threadIan Rogers1-4/+0
2022-01-12perf stat: Correct variable name for read counterIan Rogers1-8/+8
2022-01-12perf evlist: Refactor evlist__for_each_cpu()Ian Rogers1-1/+0
2021-12-08libperf: Adopt perf_counts_values__scale() from tools/perf/utilShunsuke Nakamura1-3/+0
2021-11-14perf expr: Add source_count for aggregating eventsIan Rogers1-0/+1
2021-11-07perf evsel: Don't set exclude_guest by defaultRavi Bangoria1-0/+1
2021-11-06perf evsel: Fix missing exclude_{host,guest} settingNamhyung Kim1-0/+4
2021-10-28perf evsel: Add bitfield_swap() to handle branch_stack endian issueMadhavan Srinivasan1-0/+13
2021-10-20perf parse-events: Add new "metric-id" termIan Rogers1-0/+2
2021-09-11perf tools: Factor out copy_config_terms() and free_config_terms()Adrian Hunter1-0/+3
2021-08-31perf evsel: Handle precise_ip fallback in evsel__open_cpu()Riccardo Mancini1-0/+2