aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/evsel.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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-07libperf: Adopt perf_counts_values__scale() from tools/perf/utilShunsuke Nakamura1-3/+0
2021-11-13perf 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
2021-08-31perf evsel: Move ignore_missing_thread() to fallback codeRiccardo Mancini1-0/+5
2021-08-31perf evsel: Separate rlimit increase from evsel__open_cpu()Riccardo Mancini1-0/+3
2021-08-31perf evsel: Separate missing feature detection from evsel__open_cpu()Riccardo Mancini1-0/+1
2021-08-31perf evsel: Add evsel__prepare_open()Riccardo Mancini1-0/+2
2021-08-31perf evsel: Save open flags in evsel in prepare_open()Riccardo Mancini1-0/+1
2021-07-09libperf: Move 'leader' from tools/perf to perf_evsel::leaderJiri Olsa1-5/+8
2021-07-09libperf: Move 'idx' from tools/perf to perf_evsel::idxJiri Olsa1-2/+1
2021-06-04perf evsel: Add missing cloning of evsel->use_config_nameNamhyung Kim1-2/+2
2021-04-29perf stat: Warn group events from different hybrid PMUJin Yao1-0/+1
2021-04-29perf record: Create two hybrid 'cycles' events by defaultJin Yao1-1/+1
2021-04-29perf stat: Uniquify hybrid event nameJin Yao1-0/+1
2021-04-29perf stat: Introduce ':b' modifierSong Liu1-0/+1
2021-04-29perf stat: Introduce config stat.bpf-counter-eventsSong Liu1-0/+8
2021-04-02perf evsel: Remove duplicate 'struct target' forward declarationWan Jiabing1-1/+0
2021-03-23perf stat: Introduce 'bperf' to share hardware PMCs with BPFSong Liu1-1/+19
2021-03-06perf stat: Fix wrong skipping for per-die aggregationJin Yao1-1/+3
2021-02-08perf tools: Support PERF_SAMPLE_WEIGHT_STRUCTKan Liang1-0/+3
2021-01-20perf record: Add support for PERF_SAMPLE_CODE_PAGE_SIZEKan Liang1-0/+1
2021-01-20perf stat: Enable counting events for BPF programsSong Liu1-0/+5
2020-12-17perf evsel: Emit warning about kernel not supporting the data page size sample_type bitArnaldo Carvalho de Melo1-0/+1
2020-09-28perf evsel: Add evsel__clone() functionNamhyung Kim1-39/+54
2020-07-03perf record: Fix duplicated sideband events with Intel PT system wide tracingAdrian Hunter1-0/+6
2020-05-29perf tools: Add optional support for libpfm4Stephane Eranian1-0/+1
2020-05-28perf evsel: Rename perf_evsel__[hs]w_cache* to evsel__[hs]w_cache*Arnaldo Carvalho de Melo1-10/+7
2020-05-28perf evsel: Rename perf_evsel__new*() to evsel__new*()Arnaldo Carvalho de Melo1-6/+6
2020-05-28perf evsel: Rename perf_evsel__object_config() to evsel__object_config()Arnaldo Carvalho de Melo1-3/+3
2020-05-05perf evsel: Rename perf_evsel__store_ids() to evsel__store_id()Arnaldo Carvalho de Melo1-1/+1
2020-05-05perf evsel: Rename perf_evsel__env() to evsel__env()Arnaldo Carvalho de Melo1-1/+1
2020-05-05perf evsel: Rename perf_evsel__group_idx() to evsel__group_idx()Arnaldo Carvalho de Melo1-3/+3
2020-05-05perf evsel: Rename perf_evsel__fallback() to evsel__fallback()Arnaldo Carvalho de Melo1-2/+1
2020-05-05perf evsel: Rename perf_evsel__has*() to evsel__has*()Arnaldo Carvalho de Melo1-2/+2
2020-05-05perf evsel: Rename perf_evsel__{prev,next}() to evsel__{prev,next}()Arnaldo Carvalho de Melo1-2/+2
2020-05-05perf evsel: Rename perf_evsel__parse_sample*() to evsel__parse_sample*()Arnaldo Carvalho de Melo1-5/+4
2020-05-05perf evsel: Rename *perf_evsel__read*() to *evsel__read()Arnaldo Carvalho de Melo1-11/+8
2020-05-05perf evsel: Ditch perf_evsel__cmp(), not used for quite a whileArnaldo Carvalho de Melo1-6/+0
2020-05-05perf evsel: Rename perf_evsel__is_*() to evsel__is*()Arnaldo Carvalho de Melo1-15/+14
2020-05-05perf evsel: Rename perf_evsel__{str,int}val() and other tracepoint field metehods to to evsel__*()Arnaldo Carvalho de Melo1-10/+6