aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/evsel.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-09-01perf stat: Only auto-merge events that are PMU aliasesArnaldo Carvalho de Melo1-0/+1
2017-08-22perf evsel: Fix buffer overflow while freeing eventsAndi Kleen1-4/+3
2017-07-26perf evsel: Add read_counter()Jiri Olsa1-0/+2
2017-07-18perf evsel: Allow asking for max precise_ip in new_cycles()Arnaldo Carvalho de Melo1-1/+1
2017-07-18perf annotate: Check for fused instructionsJin Yao1-0/+1
2017-03-23perf pmu: Add support for MetricName JSON attributeAndi Kleen1-0/+1
2017-03-23perf stat: Output JSON MetricExpr metricAndi Kleen1-0/+3
2017-03-21perf stat: Collapse identically named eventsAndi Kleen1-0/+1
2016-12-15perf evsel: Allow to ignore missing pidJiri Olsa1-0/+1
2016-11-25perf callchain: Add option to skip ignore symbol when printing callchainsNamhyung Kim1-0/+1
2016-11-23perf evsel: Support printing callchains with arrowsNamhyung Kim1-0/+1
2016-10-24perf tools: Implement branch_type event parameterAndi Kleen1-0/+2
2016-09-29perf evsel: Add support for address filtersMathieu Poirier1-0/+2
2016-09-29perf evsel: New tracepoint specific functionMathieu Poirier1-2/+1
2016-09-29perf tools: Make perf_evsel__append_filter() genericMathieu Poirier1-1/+1
2016-09-13perf tools: Add infrastructure for PMU specific configurationMathieu Poirier1-0/+2
2016-07-28perf evsel: Introduce constructor for cycles eventArnaldo Carvalho de Melo1-0/+2
2016-07-15perf tools: Enable overwrite settingsWang Nan1-0/+2
2016-07-15perf evlist: Drop redundant evsel->overwrite indicatorArnaldo Carvalho de Melo1-1/+0
2016-07-12perf evsel: Uninline the is_function_event methodArnaldo Carvalho de Melo1-17/+1
2016-06-30perf evsel: Utility function to fetch archRavi Bangoria1-0/+2
2016-06-03perf evsel: Provide way to extract integer value from format_fieldArnaldo Carvalho de Melo1-0/+2
2016-05-30perf tools: Per event max-stack settingsArnaldo Carvalho de Melo1-0/+2
2016-05-20perf evsel: Add overwrite attribute and check write_backwardWang Nan1-0/+1
2016-04-18perf evsel: Add missign class prefix to has_branch_stack methodArnaldo Carvalho de Melo1-1/+1
2016-04-14perf tools: Remove addr_location argument to sample__fprintf_callchainArnaldo Carvalho de Melo1-2/+2
2016-04-14perf evsel: Require that callchains be resolved before calling fprintf_{sym,callchain}Arnaldo Carvalho de Melo1-10/+9
2016-04-14perf evsel: Remove symbol_conf usageArnaldo Carvalho de Melo1-2/+2
2016-04-13perf evsel: Move some methods from session.[ch] to evsel.[ch]Arnaldo Carvalho de Melo1-0/+13
2016-04-11perf evsel: Rename config_callgraph() to config_callchain() and make it publicArnaldo Carvalho de Melo1-0/+3
2016-04-11perf evsel: Do not use globals in config()Arnaldo Carvalho de Melo1-1/+4
2016-04-11perf evsel: Introduce fprintf_callchain() method out of fprintf_sym()Arnaldo Carvalho de Melo1-0/+6
2016-03-09perf tools: Fix perf script python database export crashChris Phlipot1-4/+2
2016-02-22perf tools: Introduce bpf-output eventWang Nan1-0/+8
2016-01-08perf evlist: Add --trace-fields option to show trace fieldsNamhyung Kim1-0/+1
2015-12-07perf evsel: Introduce disable() methodJiri Olsa1-0/+1
2015-12-07perf evsel: Use event maps directly in perf_evsel__enableJiri Olsa1-1/+1
2015-10-29perf bpf: Attach eBPF filter to perf eventWang Nan1-0/+1
2015-10-28perf tools: Enable pre-event inherit setting by config termsWang Nan1-0/+2
2015-10-27perf evsel: Move id_offset out of struct perf_evsel union memberJiri Olsa1-1/+1
2015-10-05perf tools: Introduce 'P' modifier to request max precisionJiri Olsa1-0/+1
2015-09-16Merge branch 'perf/urgent' into perf/core, to resolve a conflictIngo Molnar1-0/+1
2015-09-15perf evsel: Add own_cpus memberAdrian Hunter1-0/+1
2015-09-15perf evsel: Propagate error info from tp_formatJiri Olsa1-0/+3
2015-09-14perf evsel: Remove forward declaration of 'struct perf_evlist'Arnaldo Carvalho de Melo1-1/+0
2015-08-28perf evsel: Add a backpointer to the evlist a evsel is inArnaldo Carvalho de Melo1-0/+4
2015-08-12perf callchain: Per-event type selection supportKan Liang1-0/+4
2015-08-10perf record: Support per-event freq termNamhyung Kim1-0/+2
2015-08-08perf stat: Move perf_counts struct and functions into separate objectJiri Olsa1-1/+1