aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-script.c
AgeCommit message (Expand)Author
2019-03-20perf script: Fix crash when processing recorded stat dataTony Jones
2019-03-20perf script: Fix crash with printing mixed trace point and other eventsAndi Kleen
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
2017-10-30perf tools: Add struct perf_data_fileJiri Olsa
2017-10-30perf tools: Rename struct perf_data_file to perf_dataJiri Olsa
2017-10-30perf script: Print information about per-event-dump filesArnaldo Carvalho de Melo
2017-10-27perf script: Allow creating per-event dump filesArnaldo Carvalho de Melo
2017-10-27perf script: Use event_format__fprintf()Arnaldo Carvalho de Melo
2017-10-27perf script: Use pr_debug where appropriateArnaldo Carvalho de Melo
2017-10-27perf script: Add a few missing conversions to fprintf styleArnaldo Carvalho de Melo
2017-10-23perf script: Fix error handling pathChristophe JAILLET
2017-10-23perf script: Use fprintf like printing uniformlyArnaldo Carvalho de Melo
2017-10-23perf tools: Introduce binary__fprintf()Arnaldo Carvalho de Melo
2017-10-20Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar
2017-10-06perf script: Add missing separator for "-F ip,brstack" (and brstackoff)Mark Santaniello
2017-09-21perf tools: Provide mutex wrappers for pthreads rwlocksArnaldo Carvalho de Melo
2017-09-13perf script: Support user regsAndi Kleen
2017-09-01perf script: Support physical addressKan Liang
2017-07-25perf script: Remove some bogus error handlingDan Carpenter
2017-07-18perf tools: Add feature header record to pipe-modeDavid Carrillo-Cisneros
2017-07-18perf tool: Add show_feature_header to perf_toolDavid Carrillo-Cisneros