aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-record.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2016-07-15perf record: Read from overwritable ring bufferWang Nan1-1/+30
2016-07-15perf evlist: Setup backward mmap state machineWang Nan1-0/+5
2016-07-15perf evlist: Introduce backward_mmap array for evlistWang Nan1-3/+7
2016-07-15perf record: Decouple record__mmap_read() and evlist.Wang Nan1-15/+22
2016-07-12tools: Introduce str_error_r()Arnaldo Carvalho de Melo1-3/+3
2016-06-28perf record: Prepare picking perf_event_mmap_page from multiple evlistsWang Nan1-2/+13
2016-06-28perf record: Prepare reading from multiple evlists in record__mmap_read_all()Wang Nan1-10/+24
2016-06-28perf record: Move mmap setup block to separate functionWang Nan1-20/+36
2016-06-23perf evlist: Rename for_each() macros to for_each_entry()Arnaldo Carvalho de Melo1-1/+1
2016-06-23perf config: Move config declarations from util/cache.h to util/config.hTaeung Song1-0/+1
2016-06-21perf record: Add --dry-run option to check cmdline optionsWang Nan1-0/+7
2016-05-30perf record: Robustify perf_event__synth_time_conv()Wang Nan1-1/+8
2016-05-23perf record: Read from backward ring bufferWang Nan1-0/+52