summaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-script.c
AgeCommit message (Expand)AuthorLines
2019-07-23perf script: Fix off by one in brstackinsn IPC computationAndi Kleen-1/+1
2019-07-10perf script: Add scripting operation process_switch()Adrian Hunter-1/+7
2019-07-09perf script: Assume native_arch for pipe modeSong Liu-1/+2
2019-07-09tools lib: Adopt zalloc()/zfree() from tools/perfArnaldo Carvalho de Melo-1/+1
2019-07-03perf script: Allow specifying the files to process guest samplesArnaldo Carvalho de Melo-0/+19
2019-06-26perf tools: Ditch rtrim(), use skip_spaces() to get closer to the kernelArnaldo Carvalho de Melo-6/+6
2019-06-25tools perf: Move from sane_ctype.h obtained from git to the Linux's originalArnaldo Carvalho de Melo-1/+1
2019-06-10perf script: Set perf time interval in itrace_synth_opsAdrian Hunter-1/+7
2019-06-05perf script: Add output of IPC ratioAdrian Hunter-1/+22
2019-05-28perf script: Add --show-bpf-events to show eBPF related eventsJiri Olsa-0/+42
2019-05-28perf script: Pad DSO name for --call-traceJiri Olsa-0/+1
2019-03-19perf script: Support relative timeAndi Kleen-2/+16
2019-03-11perf script: Add array bound checking to list_scriptsAndi Kleen-2/+6
2019-03-11perf script: Filter COMM/FORK/.. events by CPUAndi Kleen-24/+47
2019-03-11perf report: Support output in nanosecondsAndi Kleen-6/+5
2019-03-11perf script: Support insn output for normal samplesAndi Kleen-1/+20
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