summaryrefslogtreecommitdiff
path: root/tools/perf/builtin-script.c
AgeCommit message (Expand)Author
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
2018-04-17perf script: Extend misc field decoding with switch out event typeAlexey Budankov
2018-04-12perf script: Use HAVE_LIBXXX_SUPPORT to replace NO_LIBXXXJin Yao
2018-03-19perf tools: Fix snprint warnings for gcc 8Jiri Olsa
2018-02-16perf script: Add --show-round-event to display PERF_RECORD_FINISHED_ROUNDJiri Olsa
2018-01-25perf evlist: Remove fcntl.h from evlist.hArnaldo Carvalho de Melo
2018-01-17perf script: Remove the time slices number limitationJin Yao
2018-01-17perf script: Improve error msg when no first/last sample time foundJin Yao
2018-01-17perf unwind: Do not look just at the global callchain_param.record_modeArnaldo Carvalho de Melo
2018-01-10perf script: Add support to display lost eventsJiri Olsa
2018-01-08perf script: Add support to display sample misc fieldJiri Olsa
2018-01-08perf script: Support time percent and multiple time rangesJin Yao
2017-12-27perf utils: Move is_directory() to path.hJiri Olsa
2017-12-27perf stat: Print per-thread shadow statsJin Yao
2017-12-27perf stat: Update per-thread shadow statsJin Yao
2017-11-29perf script: Allow computing 'perf stat' style metricsAndi Kleen
2017-11-16perf script: Allow printing period for non freq mode groupsAndi Kleen
2017-11-16perf script: Fix --per-event-dump for auxtrace synth evselsArnaldo Carvalho de Melo
2017-11-07Merge branch 'linus' into perf/core, to fix conflictsIngo Molnar
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman