aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/evsel.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-08-31perf evsel: Separate open preparation from open itselfRiccardo Mancini1-11/+34
2021-08-31perf evsel: Remove retry_sample_id goto labelRiccardo Mancini1-2/+1
2021-07-09libperf: Move 'leader' from tools/perf to perf_evsel::leaderJiri Olsa1-5/+24
2021-07-09libperf: Move 'idx' from tools/perf to perf_evsel::idxJiri Olsa1-2/+1
2021-06-22Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo1-0/+1
2021-06-10perf evsel: Adjust hybrid event and global event mixed groupJin Yao1-0/+25
2021-06-04perf evsel: Add missing cloning of evsel->use_config_nameNamhyung Kim1-0/+1
2021-04-29perf stat: Warn group events from different hybrid PMUJin Yao1-0/+6
2021-04-29perf record: Create two hybrid 'cycles' events by defaultJin Yao1-3/+3
2021-04-29perf stat: Introduce config stat.bpf-counter-eventsSong Liu1-0/+22
2021-03-23perf tools: Fix various typos in commentsIngo Molnar1-2/+2
2021-03-06perf stat: Fix wrong skipping for per-die aggregationJin Yao1-1/+17
2021-02-18perf tools: Support arch specific PERF_SAMPLE_WEIGHT_STRUCT processingKan Liang1-9/+8
2021-02-08perf report: Support instruction latencyKan Liang1-1/+3
2021-02-08perf tools: Support PERF_SAMPLE_WEIGHT_STRUCTKan Liang1-4/+24
2021-02-08perf tools: Support the auxiliary eventKan Liang1-0/+3
2021-01-20perf record: Add support for PERF_SAMPLE_CODE_PAGE_SIZEKan Liang1-1/+17
2021-01-20perf stat: Enable counting events for BPF programsSong Liu1-0/+5
2020-12-28perf record: Add --buildid-mmap option to enable PERF_RECORD_MMAP2's build idJiri Olsa1-4/+6
2020-12-17perf evsel: Emit warning about kernel not supporting the data page size sample_type bitArnaldo Carvalho de Melo1-1/+8
2020-12-17perf record: Support new sample type for data page sizeKan Liang1-0/+9
2020-11-30perf evlist: Use the right prefix for 'struct evlist' sample id lookup methodsArnaldo Carvalho de Melo1-1/+1
2020-11-30perf evsel: Convert last 'struct evsel' methods to the right evsel__ prefixArnaldo Carvalho de Melo1-25/+15
2020-09-28perf evsel: Add evsel__clone() functionNamhyung Kim1-0/+104
2020-09-17Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo1-3/+7
2020-09-14perf record: Prevent override of attr->sample_period for libpfm4 eventsStephane Eranian1-2/+1
2020-09-14perf record: Set PERF_RECORD_PERIOD if attr->freq is set.David Sharp1-1/+6
2020-09-10perf tests: Call test_attr__open() directlyJiri Olsa1-0/+5
2020-08-06perf evsel: Extend message to mention CAP_SYS_PTRACE and perf security doc linkAlexey Budankov1-2/+4
2020-08-06perf tools: Improve aux_output not supported errorAdrian Hunter1-0/+4
2020-08-04perf evsel: Don't set sample_regs_intr/sample_regs_user for dummy eventJin Yao1-2/+4
2020-07-10perf tools: Add support for PERF_RECORD_TEXT_POKEAdrian Hunter1-1/+6
2020-07-06perf intel-pt: Fix recording PEBS-via-PT with registersAdrian Hunter1-2/+2
2020-07-03perf record: Fix duplicated sideband events with Intel PT system wide tracingAdrian Hunter1-7/+1
2020-05-29perf tools: Add optional support for libpfm4Stephane Eranian1-1/+1
2020-05-28perf tool: Make perf tool aware of SELinux access controlAlexey Budankov1-15/+24
2020-05-28perf evsel: Initialize evsel->per_pkg_mask to NULL in evsel__init()Arnaldo Carvalho de Melo1-0/+1
2020-05-28perf evsel: Fix 2 memory leaksIan Rogers1-0/+2
2020-05-28perf evsel: Dummy events never triggers, no need to ask for PERF_SAMPLE_BRANCH_STACKIan Rogers1-1/+4
2020-05-28perf counts: Rename perf_evsel__*counts() to evsel__*counts()Arnaldo Carvalho de Melo1-2/+2
2020-05-28perf evsel: Rename perf_evsel__[hs]w_cache* to evsel__[hs]w_cache*Arnaldo Carvalho de Melo1-19/+16
2020-05-28perf evsel: Rename perf_evsel__new*() to evsel__new*()Arnaldo Carvalho de Melo1-3/+3
2020-05-28perf evsel: Rename *perf_evsel__get_config_term() & friends to evsel__env()Arnaldo Carvalho de Melo1-25/+24
2020-05-28perf evsel: Rename perf_evsel__object_config() to evsel__object_config()Arnaldo Carvalho de Melo1-7/+6
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-4/+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-1/+1
2020-05-05perf evsel: Rename perf_evsel__parse_sample*() to evsel__parse_sample*()Arnaldo Carvalho de Melo1-5/+4