aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-script.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-11-30perf evlist: Use the right prefix for 'struct evlist' stats methodsArnaldo Carvalho de Melo1-3/+3
2020-09-17perf script: Display negative tid in non-sample eventsAdrian Hunter1-4/+6
2020-08-06perf script: Add 'tod' field to display time of dayJiri Olsa1-33/+98
2020-08-06perf script: Change the 'enum perf_output_field' enumerators to be 64 bitsJiri Olsa1-32/+32
2020-07-10perf script: Show text poke address symbolAdrian Hunter1-2/+2
2020-07-10perf script: Add option --show-text-poke-eventsAdrian Hunter1-0/+19
2020-07-08Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo1-1/+1
2020-07-06perf intel-pt: Fix displaying PEBS-via-PT with registersAdrian Hunter1-1/+1
2020-06-22perf evlist: Fix the class prefix for 'struct evlist' branch_type methodsArnaldo Carvalho de Melo1-2/+1
2020-06-22perf evlist: Fix the class prefix for 'struct evlist' sample_type methodsArnaldo Carvalho de Melo1-2/+2
2020-06-22perf script: Fixup some evsel/evlist method namesArnaldo Carvalho de Melo1-5/+5
2020-06-17perf script: Initialize zstd_dataMilian Wolff1-0/+3
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