summaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-record.c
AgeCommit message (Expand)Author
2018-05-30Revert "perf record: Fix crash in pipe mode"Greg Kroah-Hartman
2018-05-30perf record: Fix crash in pipe modeJiri Olsa
2018-04-26perf record: Fix period option handlingJiri Olsa
2018-04-12perf evsel: Enable ignore_missing_thread for pid optionMengting Zhang
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-09-01perf tools: Support new sample type for physical addressKan Liang
2017-07-18perf tools: Add feature header record to pipe-modeDavid Carrillo-Cisneros
2017-07-18perf record: Do not ask for precise_ip with --no-samplesArnaldo Carvalho de Melo
2017-06-27perf tools: Replace error() with pr_err()Arnaldo Carvalho de Melo
2017-04-24perf tools: Remove poll.h and wait.h from util.hArnaldo Carvalho de Melo
2017-04-20perf tools: Move timestamp routines from util.h to time-utils.hArnaldo Carvalho de Melo
2017-04-20perf tools: Move units conversion/formatting routines to separate objectArnaldo Carvalho de Melo
2017-04-20perf tools: Add signal.h to places using its definitionsArnaldo Carvalho de Melo
2017-04-19perf tools: Include errno.h where neededArnaldo Carvalho de Melo
2017-04-19perf tools: Including missing inttypes.h headerArnaldo Carvalho de Melo
2017-03-27perf tools: Remove unused 'prefix' from builtin functionsArnaldo Carvalho de Melo
2017-03-14perf record: Synthesize namespace events for current processesHari Bathini
2017-03-14perf tools: Add PERF_RECORD_NAMESPACES to include namespaces related infoHari Bathini
2017-02-20perf record: Honor --quiet option properlyNamhyung Kim
2017-02-20perf utils: Check verbose flag properlyNamhyung Kim
2017-02-17perf record: Add -a as default targetJiri Olsa
2017-02-14perf record: Do not put a variable sized type not at the end of a structArnaldo Carvalho de Melo
2017-02-13perf evsel: Inform how to make a sysctl setting permanentArnaldo Carvalho de Melo
2017-01-27perf tools: Propagate perf_config() errorsArnaldo Carvalho de Melo
2017-01-11perf record: Add switch-output time option argumentJiri Olsa
2017-01-11perf record: Add switch-output size warningJiri Olsa
2017-01-11perf record: Add switch-output size option argumentJiri Olsa
2017-01-11perf record: Change switch-output option to take optional argumentJiri Olsa
2017-01-11perf record: Add struct switch_outputJiri Olsa
2017-01-03perf record: Fix --switch-output documentation and commentJiri Olsa
2017-01-03perf record: Make __record_options staticJiri Olsa
2016-12-15perf record: Force ignore_missing_thread for uid optionJiri Olsa
2016-11-29perf tools: Introduce perf hooksWang Nan
2016-09-29perf record: Add support for using symbols in address filtersAdrian Hunter
2016-09-29perf record: Fix error pathsAdrian Hunter
2016-09-29perf record: Rename label 'out_symbol_exit'Adrian Hunter
2016-09-22perf tools: Add PMU configuration to toolsMathieu Poirier
2016-08-23perf record: Fix spelling mistake "Finshed" -> "Finished"Colin Ian King
2016-08-23perf record: Use USEC_PER_MSECArnaldo Carvalho de Melo
2016-08-02perf record: Add --sample-cpu optionJiri Olsa
2016-07-15perf record: Add --tail-synthesize optionWang Nan
2016-07-15perf tools: Enable overwrite settingsWang Nan
2016-07-15perf record: Read from overwritable ring bufferWang Nan
2016-07-15perf evlist: Setup backward mmap state machineWang Nan
2016-07-15perf evlist: Introduce backward_mmap array for evlistWang Nan
2016-07-15perf record: Decouple record__mmap_read() and evlist.Wang Nan
2016-07-12tools: Introduce str_error_r()Arnaldo Carvalho de Melo
2016-06-28perf record: Prepare picking perf_event_mmap_page from multiple evlistsWang Nan
2016-06-28perf record: Prepare reading from multiple evlists in record__mmap_read_all()Wang Nan
2016-06-28perf record: Move mmap setup block to separate functionWang Nan