summaryrefslogtreecommitdiff
path: root/tools/perf/util/evsel.h
AgeCommit message (Expand)Author
2019-03-21perf evlist: Introduce side band threadSong Liu
2019-02-06perf evsel: No need to include symbol.h in evsel.h, symbol_conf.h is enoughArnaldo Carvalho de Melo
2019-01-21perf tools: Handle PERF_RECORD_BPF_EVENTSong Liu
2019-01-21perf tools: Handle PERF_RECORD_KSYMBOLSong Liu
2018-12-17tools lib traceevent, perf tools: Rename 'struct tep_event_format' to 'struct...Tzvetomir Stoyanov
2018-10-22perf trace: Introduce per-event maximum number of events propertyArnaldo Carvalho de Melo
2018-10-22perf evsel: Mark a evsel as disabled when asking the kernel do disable itArnaldo Carvalho de Melo
2018-10-19perf evsel: Introduce per event max_events propertyArnaldo Carvalho de Melo
2018-09-19tools lib traceevent, perf tools: Rename struct format{_field} to struct tep_...Tzvetomir Stoyanov (VMware)
2018-09-19tools lib traceevent, perf tools: Rename struct event_format to struct tep_ev...Tzvetomir Stoyanov (VMware)
2018-08-30perf evsel: Introduce perf_evsel__store_ids()Jiri Olsa
2018-08-08perf annotate: Loop group events directly in annotation__calc_percent()Jiri Olsa
2018-07-24perf stat: Get rid of extra clock display functionJiri Olsa
2018-07-24perf tools: Use perf_evsel__match instead of open coded equivalentJiri Olsa
2018-06-05perf evsel: Add has_callchain() helper to make code more compact/clearArnaldo Carvalho de Melo
2018-05-16perf parse-events: Handle uncore event aliases in small groups properlyKan Liang
2018-04-24perf stat: Fix duplicate PMU name for interval printKan Liang
2018-03-08perf report: Fix the output for stdio events listJiri Olsa
2018-03-08perf pmu: Display pmu name when printing unmerged events in statAgustin Vega-Frias
2018-03-07perf cgroup: Rename 'struct cgroup_sel' to 'struct cgroup'Arnaldo Carvalho de Melo
2018-02-15perf evsel: Expose the perf_missing_features structArnaldo Carvalho de Melo
2017-12-27perf annotate: Use perf_env when obtaining the arch nameArnaldo Carvalho de Melo
2017-12-27perf annotate: Get the cpuid from evsel->evlist->env in symbol__annotate()Arnaldo Carvalho de Melo
2017-11-16perf evlist: Add perf_evlist__parse_sample_timestamp functionJiri Olsa
2017-11-16perf evsel: Enable type checking for perf_evsel_config_term typesAndi Kleen
2017-11-16perf record: Fix -c/-F options for cpu event aliasesAndi Kleen
2017-11-07Merge branch 'linus' into perf/core, to fix conflictsIngo Molnar
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-27perf evsel: Restore evsel->priv as a tool private areaArnaldo Carvalho de Melo
2017-09-13perf tools: Support weak groups in 'perf stat'Andi Kleen
2017-09-01perf stat: Only auto-merge events that are PMU aliasesArnaldo Carvalho de Melo
2017-08-22perf evsel: Fix buffer overflow while freeing eventsAndi Kleen
2017-07-26perf evsel: Add read_counter()Jiri Olsa
2017-07-18perf evsel: Allow asking for max precise_ip in new_cycles()Arnaldo Carvalho de Melo
2017-07-18perf annotate: Check for fused instructionsJin Yao
2017-03-23perf pmu: Add support for MetricName JSON attributeAndi Kleen
2017-03-23perf stat: Output JSON MetricExpr metricAndi Kleen
2017-03-21perf stat: Collapse identically named eventsAndi Kleen
2016-12-15perf evsel: Allow to ignore missing pidJiri Olsa
2016-11-25perf callchain: Add option to skip ignore symbol when printing callchainsNamhyung Kim
2016-11-23perf evsel: Support printing callchains with arrowsNamhyung Kim
2016-10-24perf tools: Implement branch_type event parameterAndi Kleen
2016-09-29perf evsel: Add support for address filtersMathieu Poirier
2016-09-29perf evsel: New tracepoint specific functionMathieu Poirier
2016-09-29perf tools: Make perf_evsel__append_filter() genericMathieu Poirier
2016-09-13perf tools: Add infrastructure for PMU specific configurationMathieu Poirier
2016-07-28perf evsel: Introduce constructor for cycles eventArnaldo Carvalho de Melo
2016-07-15perf tools: Enable overwrite settingsWang Nan
2016-07-15perf evlist: Drop redundant evsel->overwrite indicatorArnaldo Carvalho de Melo
2016-07-12perf evsel: Uninline the is_function_event methodArnaldo Carvalho de Melo