aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-script.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-10-24perf script: Support total cycles countAndi Kleen1-4/+7
2018-10-24perf script: Implement --graph-functionAndi Kleen1-18/+78
2018-10-24tools script: Add --call-trace and --call-ret-traceAndi Kleen1-0/+24
2018-10-24perf script: Make itrace script default to all callsAndi Kleen1-1/+4
2018-10-24perf script: Add --insn-trace for instruction decodingAndi Kleen1-0/+23
2018-10-22perf script: Flush output stream after events in verbose modeMilian Wolff1-0/+3
2018-10-22perf script: Allow extended console debug outputMilian Wolff1-1/+3
2018-09-20perf script: Enhance sample flags for trace begin / endAdrian Hunter1-9/+27
2018-09-19perf script: Print DSO for callindentAndi Kleen1-1/+8
2018-09-19perf script: Allow sym and dso without ip, addrAndi Kleen1-7/+10
2018-09-19perf tools: Report itrace options in helpAndi Kleen1-1/+1
2018-09-19perf tools: Remove perf_tool from event_op2Jiri Olsa1-20/+18
2018-08-30perf stat: Pass a 'struct perf_stat_config' argument to global print functionsJiri Olsa1-3/+5
2018-08-13tools lib traceevent, perf tools: Rename pevent_set_* APIsTzvetomir Stoyanov (VMware)1-3/+3
2018-06-25perf tools: Fix crash caused by accessing feat_ops[HEADER_LAST_FEATURE]Ravi Bangoria1-1/+10
2018-06-25perf script: Fix crash because of missing evsel->privRavi Bangoria1-0/+14
2018-06-25perf script: Add missing output fields in a hintRavi Bangoria1-2/+3
2018-06-08perf script: Show hw-cache eventsSeeteena Thoufeek1-0/+12
2018-06-05perf script: Check if evsel has callchains before trying to use itArnaldo Carvalho de Melo1-1/+1
2018-06-05perf evsel: Add has_callchain() helper to make code more compact/clearArnaldo Carvalho de Melo1-7/+3
2018-05-18perf script: Show symbol offsets by defaultSandipan Das1-12/+14
2018-04-26perf thread: Make thread__find_map() search all mapsArnaldo Carvalho de Melo1-2/+2
2018-04-26perf thread: Make thread__find_map() return the mapArnaldo Carvalho de Melo1-8/+6
2018-04-26perf script: Use thread__find_symbol() instead of ad-hoc equivalentArnaldo Carvalho de Melo1-7/+2
2018-04-26perf thread: Introduce thread__find_map()Arnaldo Carvalho de Melo1-10/+9
2018-04-17perf script: Extend misc field decoding with switch out event typeAlexey Budankov1-1/+4
2018-04-12perf script: Use HAVE_LIBXXX_SUPPORT to replace NO_LIBXXXJin Yao1-2/+2
2018-03-19perf tools: Fix snprint warnings for gcc 8Jiri Olsa1-11/+11
2018-02-16perf script: Add --show-round-event to display PERF_RECORD_FINISHED_ROUNDJiri Olsa1-0/+17
2018-01-25perf evlist: Remove fcntl.h from evlist.hArnaldo Carvalho de Melo1-0/+1
2018-01-17perf script: Remove the time slices number limitationJin Yao1-4/+12
2018-01-17perf script: Improve error msg when no first/last sample time foundJin Yao1-1/+3
2018-01-17perf unwind: Do not look just at the global callchain_param.record_modeArnaldo Carvalho de Melo1-2/+3
2018-01-10perf script: Add support to display lost eventsJiri Olsa1-0/+28
2018-01-08perf script: Add support to display sample misc fieldJiri Olsa1-11/+63
2018-01-08perf script: Support time percent and multiple time rangesJin Yao1-6/+28
2017-12-27perf utils: Move is_directory() to path.hJiri Olsa1-13/+1
2017-12-27perf stat: Print per-thread shadow statsJin Yao1-1/+2
2017-12-27perf stat: Update per-thread shadow statsJin Yao1-1/+2
2017-11-29perf script: Allow computing 'perf stat' style metricsAndi Kleen1-2/+95
2017-11-16perf script: Allow printing period for non freq mode groupsAndi Kleen1-5/+0
2017-11-16perf script: Fix --per-event-dump for auxtrace synth evselsArnaldo Carvalho de Melo1-1/+30
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-30perf tools: Add struct perf_data_fileJiri Olsa1-6/+8
2017-10-30perf tools: Rename struct perf_data_file to perf_dataJiri Olsa1-10/+10
2017-10-30perf script: Print information about per-event-dump filesArnaldo Carvalho de Melo1-8/+69
2017-10-27perf script: Allow creating per-event dump filesArnaldo Carvalho de Melo1-1/+58
2017-10-27perf script: Use event_format__fprintf()Arnaldo Carvalho de Melo1-3/+4
2017-10-27perf script: Use pr_debug where appropriateArnaldo Carvalho de Melo1-7/+6