aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-script.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-28perf script: Fix --per-event-dump for auxtrace synth evselsArnaldo Carvalho de Melo1-1/+30
2017-11-07Merge branch 'linus' into perf/core, to fix conflictsIngo Molnar1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-30perf tools: Add struct perf_data_fileJiri Olsa1-6/+8
2017-10-30perf tools: Rename struct perf_data_file to perf_dataJiri Olsa1-10/+10
2017-10-30perf script: Print information about per-event-dump filesArnaldo Carvalho de Melo1-8/+69
2017-10-27perf script: Allow creating per-event dump filesArnaldo Carvalho de Melo1-1/+58
2017-10-27perf script: Use event_format__fprintf()Arnaldo Carvalho de Melo1-3/+4
2017-10-27perf script: Use pr_debug where appropriateArnaldo Carvalho de Melo1-7/+6
2017-10-27perf script: Add a few missing conversions to fprintf styleArnaldo Carvalho de Melo1-5/+4
2017-10-23perf script: Fix error handling pathChristophe JAILLET1-2/+4
2017-10-23perf script: Use fprintf like printing uniformlyArnaldo Carvalho de Melo1-232/+259
2017-10-23perf tools: Introduce binary__fprintf()Arnaldo Carvalho de Melo1-15/+17
2017-10-20Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar1-2/+2
2017-10-06perf script: Add missing separator for "-F ip,brstack" (and brstackoff)Mark Santaniello1-2/+2
2017-09-21perf tools: Provide mutex wrappers for pthreads rwlocksArnaldo Carvalho de Melo1-0/+2
2017-09-13perf script: Support user regsAndi Kleen1-1/+29
2017-09-01perf script: Support physical addressKan Liang1-2/+13
2017-07-25perf script: Remove some bogus error handlingDan Carpenter1-6/+1
2017-07-18perf tools: Add feature header record to pipe-modeDavid Carrillo-Cisneros1-0/+1
2017-07-18perf tool: Add show_feature_header to perf_toolDavid Carrillo-Cisneros1-0/+3
2017-06-30perf auxtrace: Add CPU filter supportAdrian Hunter1-0/+1
2017-06-30perf script: Add synthesized Intel PT power and ptwrite eventsAdrian Hunter1-1/+113
2017-06-27perf script: Add 'synth' field for synthesized event payloadsAdrian Hunter1-2/+18
2017-06-27perf script: Add 'synth' event type for synthesized eventsAdrian Hunter1-16/+58
2017-06-21perf script: Fix message because field list option is -F not -fAdrian Hunter1-1/+1
2017-06-19perf script: Support -F brstackoff,dsoMark Santaniello1-4/+52
2017-06-19perf script: Support -F brstack,dso and brstacksym,dsoMark Santaniello1-12/+49
2017-06-19perf script: Allow adding and removing fieldsAndi Kleen1-3/+34
2017-05-24perf script: Add --inline option for debuggingNamhyung Kim1-0/+2
2017-04-24perf tools: Remove string.h, unistd.h and sys/stat.h from util.hArnaldo Carvalho de Melo1-0/+3
2017-04-24perf tools: Include sys/param.h where neededArnaldo Carvalho de Melo1-0/+1
2017-04-20perf tools: Add signal.h to places using its definitionsArnaldo Carvalho de Melo1-0/+1
2017-04-19perf tools: Remove include dirent.h from util.hArnaldo Carvalho de Melo1-0/+1
2017-04-19perf tools: Include errno.h where neededArnaldo Carvalho de Melo1-0/+1
2017-04-19perf tools: Move extra string util functions to util/string2.hArnaldo Carvalho de Melo1-0/+1
2017-04-19perf tools: Move print_binary definitions to separate filesArnaldo Carvalho de Melo1-0/+1
2017-04-19perf tools: Move sane ctype stuff from util.h to sane_ctype.hArnaldo Carvalho de Melo1-0/+2
2017-04-19perf tools: Including missing inttypes.h headerArnaldo Carvalho de Melo1-0/+1
2017-04-19perf tools: Add include <linux/kernel.h> where ARRAY_SIZE() is usedArnaldo Carvalho de Melo1-0/+1
2017-04-11perf script: Use strtok_r() when parsing output field listArnaldo Carvalho de Melo1-2/+2
2017-03-27perf tools: Remove unused 'prefix' from builtin functionsArnaldo Carvalho de Melo1-2/+2
2017-03-16perf script: Add 'brstackinsn' for branch stacksAndi Kleen1-9/+255
2017-03-14perf script: Add script print support for namespace eventsHari Bathini1-0/+40
2017-03-14perf tools: Add PERF_RECORD_NAMESPACES to include namespaces related infoHari Bathini1-0/+1
2017-01-16perf script: Also allow forcing reading of non-root owned files by rootYannick Brosseau1-1/+2
2016-12-01perf script: Add option to specify time window of interestDavid Ahern1-1/+14
2016-11-29perf script: Add option to stop printing callchainDavid Ahern1-0/+2
2016-10-28perf tools: Introduce timestamp__scnprintf_usec()Namhyung Kim1-4/+6
2016-10-24perf script: Support insn and insnlenAndi Kleen1-2/+22