aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-record.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-12-05perf evlist: Remove 'overwrite' parameter from perf_evlist__mmap_exWang Nan1-1/+1
2017-11-29perf record: Synthesize thread map and cpu mapAndi Kleen1-0/+15
2017-11-29perf record: Synthesize unit/scale/... in event updateAndi Kleen1-0/+9
2017-11-16perf record: Ignore kptr_restrict when not sampling the kernelArnaldo Carvalho de Melo1-12/+14
2017-11-13perf record: Generate PERF_RECORD_{MMAP,COMM,EXEC} with --delayArnaldo Carvalho de Melo1-0/+16
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-3/+3
2017-10-30perf tools: Rename struct perf_data_file to perf_dataJiri Olsa1-25/+25
2017-10-23perf mmap: Adopt push method from builtin-record.cArnaldo Carvalho de Melo1-100/+0
2017-10-23perf record: Make record__mmap_read genericArnaldo Carvalho de Melo1-9/+13
2017-10-03perf top: Implement multithreading for perf_event__synthesize_threadsKan Liang1-1/+1
2017-09-13perf record: Support direct --user-regs argumentsAndi Kleen1-0/+3
2017-09-01perf tools: Support new sample type for physical addressKan Liang1-0/+2
2017-07-18perf tools: Add feature header record to pipe-modeDavid Carrillo-Cisneros1-0/+7
2017-07-18perf record: Do not ask for precise_ip with --no-samplesArnaldo Carvalho de Melo1-1/+1
2017-06-27perf tools: Replace error() with pr_err()Arnaldo Carvalho de Melo1-2/+2
2017-04-24perf tools: Remove poll.h and wait.h from util.hArnaldo Carvalho de Melo1-0/+2
2017-04-20perf tools: Move timestamp routines from util.h to time-utils.hArnaldo Carvalho de Melo1-0/+1
2017-04-20perf tools: Move units conversion/formatting routines to separate objectArnaldo 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: Include errno.h where neededArnaldo Carvalho de Melo1-0/+1
2017-04-19perf tools: Including missing inttypes.h headerArnaldo Carvalho de Melo1-0/+1
2017-03-27perf tools: Remove unused 'prefix' from builtin functionsArnaldo Carvalho de Melo1-1/+1
2017-03-14perf record: Synthesize namespace events for current processesHari Bathini1-4/+25
2017-03-14perf tools: Add PERF_RECORD_NAMESPACES to include namespaces related infoHari Bathini1-0/+6
2017-02-20perf record: Honor --quiet option properlyNamhyung Kim1-0/+2
2017-02-20perf utils: Check verbose flag properlyNamhyung Kim1-1/+1
2017-02-17perf record: Add -a as default targetJiri Olsa1-1/+3
2017-02-14perf record: Do not put a variable sized type not at the end of a structArnaldo Carvalho de Melo1-8/+9
2017-02-13perf evsel: Inform how to make a sysctl setting permanentArnaldo Carvalho de Melo1-1/+1
2017-01-27perf tools: Propagate perf_config() errorsArnaldo Carvalho de Melo1-1/+3
2017-01-11perf record: Add switch-output time option argumentJiri Olsa1-2/+42
2017-01-11perf record: Add switch-output size warningJiri Olsa1-0/+21
2017-01-11perf record: Add switch-output size option argumentJiri Olsa1-14/+53
2017-01-11perf record: Change switch-output option to take optional argumentJiri Olsa1-2/+26
2017-01-11perf record: Add struct switch_outputJiri Olsa1-6/+10
2017-01-03perf record: Fix --switch-output documentation and commentJiri Olsa1-1/+1
2017-01-03perf record: Make __record_options staticJiri Olsa1-1/+1
2016-12-15perf record: Force ignore_missing_thread for uid optionJiri Olsa1-0/+3
2016-11-29perf tools: Introduce perf hooksWang Nan1-0/+11
2016-09-29perf record: Add support for using symbols in address filtersAdrian Hunter1-2/+12
2016-09-29perf record: Fix error pathsAdrian Hunter1-4/+4
2016-09-29perf record: Rename label 'out_symbol_exit'Adrian Hunter1-5/+5
2016-09-22perf tools: Add PMU configuration to toolsMathieu Poirier1-0/+10
2016-08-23perf record: Fix spelling mistake "Finshed" -> "Finished"Colin Ian King1-2/+2
2016-08-23perf record: Use USEC_PER_MSECArnaldo Carvalho de Melo1-2/+2
2016-08-02perf record: Add --sample-cpu optionJiri Olsa1-0/+1
2016-07-15perf record: Add --tail-synthesize optionWang Nan1-6/+25
2016-07-15perf tools: Enable overwrite settingsWang Nan1-0/+1