aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/evsel_fprintf.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-12perf callchain: Use 'struct map_symbol' in 'struct callchain_cursor_node'Arnaldo Carvalho de Melo1-12/+17
2019-09-25perf evsel: Introduce evsel_fprintf.hArnaldo Carvalho de Melo1-0/+1
2019-09-25perf evsel: Remove need for symbol_conf in evsel_fprintf.cArnaldo Carvalho de Melo1-8/+6
2019-09-20perf callchain: Remove needless event.h includeArnaldo Carvalho de Melo1-0/+1
2019-07-29libperf: Move nr_members from perf's evsel to libperf's perf_evselJiri Olsa1-2/+2
2019-07-29libperf: Move perf_event_attr field from perf's evsel to libperf's perf_evselJiri Olsa1-4/+4
2019-07-29perf evsel: Rename struct perf_evsel to struct evselJiri Olsa1-2/+2
2018-12-17perf tools: Support 'srccode' outputAndi Kleen1-0/+1
2018-09-19tools lib traceevent, perf tools: Rename struct format{_field} to struct tep_format{_field}Tzvetomir Stoyanov (VMware)1-1/+1
2017-11-07Merge branch 'linus' into perf/core, to fix conflictsIngo Molnar1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-24perf script: Mark inlined frames and do not print DSO for themMilian Wolff1-1/+4
2017-10-24perf report: Remove code to handle inline frames from browsersMilian Wolff1-32/+0
2017-05-24perf script: Add --inline option for debuggingNamhyung Kim1-0/+33
2017-04-19perf str{filter,list}: Disentangle headersArnaldo Carvalho de Melo1-0/+1
2017-04-19perf tools: Including missing inttypes.h headerArnaldo Carvalho de Melo1-0/+1
2017-02-13perf symbols: No need to check if sym->name is NULLArnaldo Carvalho de Melo1-1/+0
2016-11-29perf script: Add option to stop printing callchainDavid Ahern1-0/+8
2016-11-25perf callchain: Add option to skip ignore symbol when printing callchainsNamhyung Kim1-1/+6
2016-11-23perf evsel: Support printing callchains with arrowsNamhyung Kim1-0/+6
2016-11-23perf symbols: Print symbol offsets conditionallyNamhyung Kim1-2/+4
2016-09-29perf script: Fix vanished idle symbolsAdrian Hunter1-5/+2
2016-08-30perf symbols: Rename ->ignore to ->idleArnaldo Carvalho de Melo1-2/+2
2016-04-14perf evsel: Move fprintf methods to separate source fileArnaldo Carvalho de Melo1-0/+212