aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/evsel.h
AgeCommit message (Expand)Author
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
2016-06-30perf evsel: Utility function to fetch archRavi Bangoria
2016-06-03perf evsel: Provide way to extract integer value from format_fieldArnaldo Carvalho de Melo
2016-05-30perf tools: Per event max-stack settingsArnaldo Carvalho de Melo
2016-05-20perf evsel: Add overwrite attribute and check write_backwardWang Nan
2016-04-18perf evsel: Add missign class prefix to has_branch_stack methodArnaldo Carvalho de Melo
2016-04-14perf tools: Remove addr_location argument to sample__fprintf_callchainArnaldo Carvalho de Melo
2016-04-14perf evsel: Require that callchains be resolved before calling fprintf_{sym,c...Arnaldo Carvalho de Melo
2016-04-14perf evsel: Remove symbol_conf usageArnaldo Carvalho de Melo
2016-04-13perf evsel: Move some methods from session.[ch] to evsel.[ch]Arnaldo Carvalho de Melo
2016-04-11perf evsel: Rename config_callgraph() to config_callchain() and make it publicArnaldo Carvalho de Melo
2016-04-11perf evsel: Do not use globals in config()Arnaldo Carvalho de Melo
2016-04-11perf evsel: Introduce fprintf_callchain() method out of fprintf_sym()Arnaldo Carvalho de Melo
2016-03-09perf tools: Fix perf script python database export crashChris Phlipot
2016-02-22perf tools: Introduce bpf-output eventWang Nan