aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-record.c
AgeCommit message (Expand)Author
2018-04-12perf evsel: Enable ignore_missing_thread for pid optionMengting Zhang
2017-11-28perf record: Ignore kptr_restrict when not sampling the kernelArnaldo Carvalho de Melo
2017-11-28perf record: Generate PERF_RECORD_{MMAP,COMM,EXEC} with --delayArnaldo 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-23perf mmap: Adopt push method from builtin-record.cArnaldo Carvalho de Melo
2017-10-23perf record: Make record__mmap_read genericArnaldo Carvalho de Melo
2017-10-03perf top: Implement multithreading for perf_event__synthesize_threadsKan Liang
2017-09-13perf record: Support direct --user-regs argumentsAndi Kleen
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