aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-script.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-26perf tools: Ditch rtrim(), use skip_spaces() to get closer to the kernelArnaldo Carvalho de Melo1-6/+6
2019-06-25tools perf: Move from sane_ctype.h obtained from git to the Linux's originalArnaldo Carvalho de Melo1-1/+1
2019-06-10perf script: Set perf time interval in itrace_synth_opsAdrian Hunter1-1/+7
2019-06-05perf script: Add output of IPC ratioAdrian Hunter1-1/+22
2019-05-28perf script: Add --show-bpf-events to show eBPF related eventsJiri Olsa1-0/+42
2019-05-28perf script: Pad DSO name for --call-traceJiri Olsa1-0/+1
2019-03-19perf script: Support relative timeAndi Kleen1-2/+16
2019-03-11perf script: Add array bound checking to list_scriptsAndi Kleen1-2/+6
2019-03-11perf script: Filter COMM/FORK/.. events by CPUAndi Kleen1-24/+47
2019-03-11perf report: Support output in nanosecondsAndi Kleen1-6/+5
2019-03-11perf script: Support insn output for normal samplesAndi Kleen1-1/+20
2019-03-01perf time-utils: Refactor time range parsing codeJin Yao1-31/+8
2019-02-25perf script: Handle missing fields with -F +..Andi Kleen1-3/+7
2019-02-22perf data: Add global path holderJiri Olsa1-7/+5
2019-02-20perf script: Allow +- operator for type specific fields optionJiri Olsa1-0/+8
2019-02-06pref tools: Add missing map.h includesArnaldo Carvalho de Melo1-0/+1
2019-01-21perf script: Fix crash when processing recorded stat dataTony Jones1-5/+2
2019-01-18perf script: Fix crash with printing mixed trace point and other eventsAndi Kleen1-1/+1
2019-01-02perf thread-stack: Fix thread stack processing for the idle taskAdrian Hunter1-2/+2
2018-12-28perf script: Fix LBR skid dump problems in brstackinsnAndi Kleen1-1/+16
2018-12-17perf tools: Support 'srccode' outputAndi Kleen1-2/+45
2018-12-17perf script: Use fallbacks for branch stacksAdrian Hunter1-6/+6
2018-11-21perf script: Share code and output format for uregs and iregs outputMilian Wolff1-23/+17
2018-11-21perf script: Add newline after uregs outputMilian Wolff1-0/+2
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