aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/builtin-script.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-05-28perf script: Fix --call-trace for Intel PTAdrian Hunter1-4/+15
2020-05-28perf script: Don't force less for non tty output with --xedAndi Kleen1-1/+4
2020-05-28perf tools: Replace zero-length array with flexible-arrayGustavo A. R. Silva1-1/+1
2020-05-28perf script: Enable IP fields for callchainsJiri Olsa1-2/+7
2020-05-28perf callchain: Setup callchain properly in pipe modeJiri Olsa1-2/+12
2020-05-05perf script: Rename perf_evsel__*() operating on 'struct evsel *' to evsel__*()Arnaldo Carvalho de Melo1-34/+19
2020-05-05perf evsel: Rename perf_evsel__is_*() to evsel__is*()Arnaldo Carvalho de Melo1-1/+1
2020-05-05perf evsel: Rename *perf_evsel__*name() to *evsel__*name()Arnaldo Carvalho de Melo1-7/+7
2020-05-05perf evsel: Rename perf_evsel__nr_cpus() to evsel__nr_cpus()Arnaldo Carvalho de Melo1-1/+1
2020-04-30perf script: Remove extraneous newline in perf_sample__fprintf_regs()Stephane Eranian1-2/+0
2020-04-18perf script: Add option to enable the LBR stitching approachKan Liang1-0/+12
2020-04-16perf auxtrace: Add an option to synthesize callchains for regular eventsAdrian Hunter1-1/+1
2020-04-16perf script: Simplify auxiliary event printing functionsAdrian Hunter1-238/+66
2020-04-03perf script: Fix invalid read of directory entry after closedir()Andreas Gerstmayr1-1/+1
2020-04-03perf script: Add --show-cgroup-events optionNamhyung Kim1-0/+41
2020-03-27perf script: Introduce --deltatime optionHagen Paul Pfeifer1-0/+17
2020-03-09perf tools: Add hw_idx in struct branch_stackKan Liang1-33/+37
2019-11-28perf script: Fix invalid LBR/binary mismatch errorAdrian Hunter1-1/+1
2019-11-28perf script: Fix brstackinsn for AUXTRACEAdrian Hunter1-1/+1
2019-11-26perf script: Move map__fprintf_srccode() to near its only userArnaldo Carvalho de Melo1-0/+42
2019-10-15perf script: Fix --reltime with --timeAndi Kleen1-2/+3
2019-10-07perf script: Allow --time with --reltimeAndi Kleen1-5/+0
2019-09-30perf script brstackinsn: Fix recovery from LBR/binary mismatchAndi Kleen1-1/+5
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-2/+4
2019-09-25libperf: Add perf_evlist__first()/last() functionsJiri Olsa1-1/+1
2019-09-25libperf: Move 'system_wide' from 'struct evsel' to 'struct perf_evsel'Jiri Olsa1-1/+1
2019-09-20perf session: Return error code for perf_session__new() function on failureMamatha Inamdar1-4/+5
2019-08-31perf tools: Remove needless evlist.h include directivesArnaldo Carvalho de Melo1-1/+1
2019-08-31perf dsos: Move the dsos struct and its methods to separate source filesArnaldo Carvalho de Melo1-0/+1
2019-08-29perf tools: Remove needless perf.h include directive from headersArnaldo Carvalho de Melo1-0/+1
2019-08-29libperf: Rename the PERF_RECORD_ structs to have a "perf" prefixJiri Olsa1-1/+1
2019-08-28perf evlist: Remove needless util.h from evlist.hArnaldo Carvalho de Melo1-0/+1
2019-08-26perf tool: Rename perf_tool::bpf_event to bpfArnaldo Carvalho de Melo1-2/+2
2019-08-26perf srcline: Add missing srcline.h header to files needing its defsArnaldo Carvalho de Melo1-0/+1
2019-08-26perf record: Move record_opts and other record decls out of perf.hArnaldo Carvalho de Melo1-1/+1
2019-08-22libperf: Add perf_thread_map__nr/perf_thread_map__pid functionsJiri Olsa1-2/+2
2019-08-22perf script: Add missing counts.hArnaldo Carvalho de Melo1-0/+1
2019-08-15perf evswitch: Introduce init() method to set the on/off evsels from the command lineArnaldo Carvalho de Melo1-18/+3
2019-08-15perf evswitch: Introduce OPTS_EVSWITCH() for cmd line processingArnaldo Carvalho de Melo1-6/+1
2019-08-15perf evswitch: Add the names of on/off eventsArnaldo Carvalho de Melo1-10/+8
2019-08-15perf evswitch: Move switch logic to use in other toolsArnaldo Carvalho de Melo1-21/+2
2019-08-15perf evswitch: Move struct to a separate header to use in other toolsArnaldo Carvalho de Melo1-7/+1
2019-08-15perf script: Allow specifying event to switch off processing of other eventsArnaldo Carvalho de Melo1-3/+28
2019-08-15perf script: Allow showing the --switch-on eventArnaldo Carvalho de Melo1-0/+6
2019-08-15perf script: Allow specifying event to switch on processing of other eventsArnaldo Carvalho de Melo1-0/+26
2019-07-29libperf: Move nr_members from perf's evsel to libperf's perf_evselJiri Olsa1-1/+1
2019-07-29libperf: Add perf_evlist__set_maps() functionJiri Olsa1-1/+2
2019-07-29libperf: Add threads to struct perf_evselJiri Olsa1-2/+2
2019-07-29libperf: Add cpus to struct perf_evselJiri Olsa1-1/+1