summaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-script.c
Commit message (Expand)AuthorAgeFilesLines
* perf script: Fix off by one in brstackinsn IPC computationAndi Kleen2019-07-231-1/+1
* perf script: Add scripting operation process_switch()Adrian Hunter2019-07-101-1/+7
* perf script: Assume native_arch for pipe modeSong Liu2019-07-091-1/+2
* tools lib: Adopt zalloc()/zfree() from tools/perfArnaldo Carvalho de Melo2019-07-091-1/+1
* perf script: Allow specifying the files to process guest samplesArnaldo Carvalho de Melo2019-07-031-0/+19
* perf tools: Ditch rtrim(), use skip_spaces() to get closer to the kernelArnaldo Carvalho de Melo2019-06-261-6/+6
* tools perf: Move from sane_ctype.h obtained from git to the Linux's originalArnaldo Carvalho de Melo2019-06-261-1/+1
* perf script: Set perf time interval in itrace_synth_opsAdrian Hunter2019-06-101-1/+7
* perf script: Add output of IPC ratioAdrian Hunter2019-06-051-1/+22
* perf script: Add --show-bpf-events to show eBPF related eventsJiri Olsa2019-05-281-0/+42
* perf script: Pad DSO name for --call-traceJiri Olsa2019-05-281-0/+1
* perf script: Support relative timeAndi Kleen2019-03-191-2/+16
* perf script: Add array bound checking to list_scriptsAndi Kleen2019-03-111-2/+6
* perf script: Filter COMM/FORK/.. events by CPUAndi Kleen2019-03-111-24/+47
* perf report: Support output in nanosecondsAndi Kleen2019-03-111-6/+5Star
* perf script: Support insn output for normal samplesAndi Kleen2019-03-111-1/+20
* perf time-utils: Refactor time range parsing codeJin Yao2019-03-011-31/+8Star
* perf script: Handle missing fields with -F +..Andi Kleen2019-02-251-3/+7
* perf data: Add global path holderJiri Olsa2019-02-221-7/+5Star
* perf script: Allow +- operator for type specific fields optionJiri Olsa2019-02-201-0/+8
* pref tools: Add missing map.h includesArnaldo Carvalho de Melo2019-02-061-0/+1
* perf script: Fix crash when processing recorded stat dataTony Jones2019-01-211-5/+2Star
* perf script: Fix crash with printing mixed trace point and other eventsAndi Kleen2019-01-181-1/+1
* perf thread-stack: Fix thread stack processing for the idle taskAdrian Hunter2019-01-021-2/+2
* perf script: Fix LBR skid dump problems in brstackinsnAndi Kleen2018-12-281-1/+16
* perf tools: Support 'srccode' outputAndi Kleen2018-12-171-2/+45
* perf script: Use fallbacks for branch stacksAdrian Hunter2018-12-171-6/+6
* perf script: Share code and output format for uregs and iregs outputMilian Wolff2018-11-211-23/+17Star
* perf script: Add newline after uregs outputMilian Wolff2018-11-211-0/+2
* perf script: Support total cycles countAndi Kleen2018-10-241-4/+7
* perf script: Implement --graph-functionAndi Kleen2018-10-241-18/+78
* tools script: Add --call-trace and --call-ret-traceAndi Kleen2018-10-241-0/+24
* perf script: Make itrace script default to all callsAndi Kleen2018-10-241-1/+4
* perf script: Add --insn-trace for instruction decodingAndi Kleen2018-10-241-0/+23
* perf script: Flush output stream after events in verbose modeMilian Wolff2018-10-221-0/+3
* perf script: Allow extended console debug outputMilian Wolff2018-10-221-1/+3
* perf script: Enhance sample flags for trace begin / endAdrian Hunter2018-09-201-9/+27
* perf script: Print DSO for callindentAndi Kleen2018-09-191-1/+8
* perf script: Allow sym and dso without ip, addrAndi Kleen2018-09-191-7/+10
* perf tools: Report itrace options in helpAndi Kleen2018-09-191-1/+1
* perf tools: Remove perf_tool from event_op2Jiri Olsa2018-09-191-20/+18Star
* perf stat: Pass a 'struct perf_stat_config' argument to global print functionsJiri Olsa2018-08-301-3/+5
* tools lib traceevent, perf tools: Rename pevent_set_* APIsTzvetomir Stoyanov (VMware)2018-08-131-3/+3
* perf tools: Fix crash caused by accessing feat_ops[HEADER_LAST_FEATURE]Ravi Bangoria2018-06-251-1/+10
* perf script: Fix crash because of missing evsel->privRavi Bangoria2018-06-251-0/+14
* perf script: Add missing output fields in a hintRavi Bangoria2018-06-251-2/+3
* perf script: Show hw-cache eventsSeeteena Thoufeek2018-06-081-0/+12
* perf script: Check if evsel has callchains before trying to use itArnaldo Carvalho de Melo2018-06-051-1/+1
* perf evsel: Add has_callchain() helper to make code more compact/clearArnaldo Carvalho de Melo2018-06-051-7/+3Star
* perf script: Show symbol offsets by defaultSandipan Das2018-05-181-12/+14