summaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-script.c
AgeCommit message (Expand)AuthorLines
2019-03-01perf time-utils: Refactor time range parsing codeJin Yao-31/+8
2019-02-25perf script: Handle missing fields with -F +..Andi Kleen-3/+7
2019-02-22perf data: Add global path holderJiri Olsa-7/+5
2019-02-20perf script: Allow +- operator for type specific fields optionJiri Olsa-0/+8
2019-02-06pref tools: Add missing map.h includesArnaldo Carvalho de Melo-0/+1
2019-01-21perf script: Fix crash when processing recorded stat dataTony Jones-5/+2
2019-01-18perf script: Fix crash with printing mixed trace point and other eventsAndi Kleen-1/+1
2019-01-02perf thread-stack: Fix thread stack processing for the idle taskAdrian Hunter-2/+2
2018-12-28perf script: Fix LBR skid dump problems in brstackinsnAndi Kleen-1/+16
2018-12-17perf tools: Support 'srccode' outputAndi Kleen-2/+45
2018-12-17perf script: Use fallbacks for branch stacksAdrian Hunter-6/+6
2018-11-21perf script: Share code and output format for uregs and iregs outputMilian Wolff-23/+17
2018-11-21perf script: Add newline after uregs outputMilian Wolff-0/+2
2018-10-24perf script: Support total cycles countAndi Kleen-4/+7
2018-10-24perf script: Implement --graph-functionAndi Kleen-18/+78
2018-10-24tools script: Add --call-trace and --call-ret-traceAndi Kleen-0/+24
2018-10-24perf script: Make itrace script default to all callsAndi Kleen-1/+4
2018-10-24perf script: Add --insn-trace for instruction decodingAndi Kleen-0/+23
2018-10-22perf script: Flush output stream after events in verbose modeMilian Wolff-0/+3
2018-10-22perf script: Allow extended console debug outputMilian Wolff-1/+3
2018-09-20perf script: Enhance sample flags for trace begin / endAdrian Hunter-9/+27
2018-09-19perf script: Print DSO for callindentAndi Kleen-1/+8
2018-09-19perf script: Allow sym and dso without ip, addrAndi Kleen-7/+10
2018-09-19perf tools: Report itrace options in helpAndi Kleen-1/+1
2018-09-19perf tools: Remove perf_tool from event_op2Jiri Olsa-20/+18
2018-08-30perf stat: Pass a 'struct perf_stat_config' argument to global print functionsJiri Olsa-3/+5
2018-08-13tools lib traceevent, perf tools: Rename pevent_set_* APIsTzvetomir Stoyanov (VMware)-3/+3
2018-06-25perf tools: Fix crash caused by accessing feat_ops[HEADER_LAST_FEATURE]Ravi Bangoria-1/+10
2018-06-25perf script: Fix crash because of missing evsel->privRavi Bangoria-0/+14
2018-06-25perf script: Add missing output fields in a hintRavi Bangoria-2/+3
2018-06-08perf script: Show hw-cache eventsSeeteena Thoufeek-0/+12
2018-06-05perf script: Check if evsel has callchains before trying to use itArnaldo Carvalho de Melo-1/+1
2018-06-05perf evsel: Add has_callchain() helper to make code more compact/clearArnaldo Carvalho de Melo-7/+3
2018-05-18perf script: Show symbol offsets by defaultSandipan Das-12/+14
2018-04-26perf thread: Make thread__find_map() search all mapsArnaldo Carvalho de Melo-2/+2
2018-04-26perf thread: Make thread__find_map() return the mapArnaldo Carvalho de Melo-8/+6
2018-04-26perf script: Use thread__find_symbol() instead of ad-hoc equivalentArnaldo Carvalho de Melo-7/+2
2018-04-26perf thread: Introduce thread__find_map()Arnaldo Carvalho de Melo-10/+9
2018-04-17perf script: Extend misc field decoding with switch out event typeAlexey Budankov-1/+4
2018-04-12perf script: Use HAVE_LIBXXX_SUPPORT to replace NO_LIBXXXJin Yao-2/+2
2018-03-19perf tools: Fix snprint warnings for gcc 8Jiri Olsa-11/+11
2018-02-16perf script: Add --show-round-event to display PERF_RECORD_FINISHED_ROUNDJiri Olsa-0/+17
2018-01-25perf evlist: Remove fcntl.h from evlist.hArnaldo Carvalho de Melo-0/+1
2018-01-17perf script: Remove the time slices number limitationJin Yao-4/+12
2018-01-17perf script: Improve error msg when no first/last sample time foundJin Yao-1/+3
2018-01-17perf unwind: Do not look just at the global callchain_param.record_modeArnaldo Carvalho de Melo-2/+3
2018-01-10perf script: Add support to display lost eventsJiri Olsa-0/+28
2018-01-08perf script: Add support to display sample misc fieldJiri Olsa-11/+63
2018-01-08perf script: Support time percent and multiple time rangesJin Yao-6/+28
2017-12-27perf utils: Move is_directory() to path.hJiri Olsa-13/+1