aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-script.c
AgeCommit message (Expand)Author
2020-04-12perf script: Fix --reltime with --timeAndi Kleen
2020-04-12perf script: Allow --time with --reltimeAndi Kleen
2020-03-07perf script: Fix brstackinsn for AUXTRACEAdrian Hunter
2019-12-10perf script: Fix invalid LBR/binary mismatch errorAdrian Hunter
2019-12-10perf script brstackinsn: Fix recovery from LBR/binary mismatchAndi Kleen
2019-08-16perf script: Fix off by one in brstackinsn IPC computationAndi Kleen
2019-07-28perf script: Assume native_arch for pipe modeSong Liu
2019-03-19perf script: Support relative timeAndi Kleen
2019-03-11perf script: Add array bound checking to list_scriptsAndi Kleen
2019-03-11perf script: Filter COMM/FORK/.. events by CPUAndi Kleen
2019-03-11perf report: Support output in nanosecondsAndi Kleen
2019-03-11perf script: Support insn output for normal samplesAndi Kleen
2019-03-01perf time-utils: Refactor time range parsing codeJin Yao
2019-02-25perf script: Handle missing fields with -F +..Andi Kleen
2019-02-22perf data: Add global path holderJiri Olsa
2019-02-20perf script: Allow +- operator for type specific fields optionJiri Olsa
2019-02-06pref tools: Add missing map.h includesArnaldo Carvalho de Melo
2019-01-21perf script: Fix crash when processing recorded stat dataTony Jones
2019-01-18perf script: Fix crash with printing mixed trace point and other eventsAndi Kleen
2019-01-02perf thread-stack: Fix thread stack processing for the idle taskAdrian Hunter
2018-12-28perf script: Fix LBR skid dump problems in brstackinsnAndi Kleen
2018-12-17perf tools: Support 'srccode' outputAndi Kleen
2018-12-17perf script: Use fallbacks for branch stacksAdrian Hunter
2018-11-21perf script: Share code and output format for uregs and iregs outputMilian Wolff
2018-11-21perf script: Add newline after uregs outputMilian Wolff
2018-10-24perf script: Support total cycles countAndi Kleen
2018-10-24perf script: Implement --graph-functionAndi Kleen
2018-10-24tools script: Add --call-trace and --call-ret-traceAndi Kleen
2018-10-24perf script: Make itrace script default to all callsAndi Kleen
2018-10-24perf script: Add --insn-trace for instruction decodingAndi Kleen
2018-10-22perf script: Flush output stream after events in verbose modeMilian Wolff
2018-10-22perf script: Allow extended console debug outputMilian Wolff
2018-09-20perf script: Enhance sample flags for trace begin / endAdrian Hunter
2018-09-19perf script: Print DSO for callindentAndi Kleen
2018-09-19perf script: Allow sym and dso without ip, addrAndi Kleen
2018-09-19perf tools: Report itrace options in helpAndi Kleen
2018-09-19perf tools: Remove perf_tool from event_op2Jiri Olsa
2018-08-30perf stat: Pass a 'struct perf_stat_config' argument to global print functionsJiri Olsa
2018-08-13tools lib traceevent, perf tools: Rename pevent_set_* APIsTzvetomir Stoyanov (VMware)
2018-06-25perf tools: Fix crash caused by accessing feat_ops[HEADER_LAST_FEATURE]Ravi Bangoria
2018-06-25perf script: Fix crash because of missing evsel->privRavi Bangoria
2018-06-25perf script: Add missing output fields in a hintRavi Bangoria
2018-06-08perf script: Show hw-cache eventsSeeteena Thoufeek
2018-06-05perf script: Check if evsel has callchains before trying to use itArnaldo Carvalho de Melo
2018-06-05perf evsel: Add has_callchain() helper to make code more compact/clearArnaldo Carvalho de Melo
2018-05-18perf script: Show symbol offsets by defaultSandipan Das
2018-04-26perf thread: Make thread__find_map() search all mapsArnaldo Carvalho de Melo
2018-04-26perf thread: Make thread__find_map() return the mapArnaldo Carvalho de Melo
2018-04-26perf script: Use thread__find_symbol() instead of ad-hoc equivalentArnaldo Carvalho de Melo
2018-04-26perf thread: Introduce thread__find_map()Arnaldo Carvalho de Melo