aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/util/evsel.h
AgeCommit message (Expand)Author
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 configurationperf-core-for-mingo-20160913Mathieu 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
2016-01-08perf evlist: Add --trace-fields option to show trace fieldsNamhyung Kim
2015-12-07perf evsel: Introduce disable() methodJiri Olsa
2015-12-07perf evsel: Use event maps directly in perf_evsel__enableJiri Olsa
2015-10-29perf bpf: Attach eBPF filter to perf eventWang Nan
2015-10-28perf tools: Enable pre-event inherit setting by config termsWang Nan
2015-10-27perf evsel: Move id_offset out of struct perf_evsel union memberJiri Olsa
2015-10-05perf tools: Introduce 'P' modifier to request max precisionJiri Olsa
2015-09-16Merge branch 'perf/urgent' into perf/core, to resolve a conflictIngo Molnar
2015-09-15perf evsel: Add own_cpus memberAdrian Hunter
2015-09-15perf evsel: Propagate error info from tp_formatJiri Olsa
2015-09-14perf evsel: Remove forward declaration of 'struct perf_evlist'Arnaldo Carvalho de Melo
2015-08-28perf evsel: Add a backpointer to the evlist a evsel is inArnaldo Carvalho de Melo
2015-08-12perf callchain: Per-event type selection supportKan Liang
2015-08-10perf record: Support per-event freq termNamhyung Kim
2015-08-08perf stat: Move perf_counts struct and functions into separate objectJiri Olsa
2015-08-05perf tools: Per-event time supportKan Liang
2015-07-29perf tools: Force period term to overload global settingsJiri Olsa
2015-07-29perf tools: Add support for event post configurationJiri Olsa
2015-07-20perf record: Apply filter to all events in a glob matchingWang Nan
2015-07-06perf evsel: Introduce append_filter() methodArnaldo Carvalho de Melo
2015-07-06perf evsel: Introduce set_filter methodArnaldo Carvalho de Melo