aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-record.c
AgeCommit message (Expand)Author
2019-05-23Revert "perf data: Don't store auxtrace index for directory data file"Paul Gortmaker
2019-05-05perf data: Don't store auxtrace index for directory data fileJiri Olsa
2018-03-16perf record: Synthesize features before events in pipe modeJiri Olsa
2018-03-16perf record: Avoid duplicate call of perf_default_config()Yisheng Xie
2018-03-08perf record: Remove progname from struct recordJiri Olsa
2018-03-08perf record: Move machine variable down the functionJiri Olsa
2018-03-08perf mmap: Use the stored scope data in perf_mmap__push()Kan Liang
2018-03-07perf record: Combine some auxtrace initialization into a single functionAdrian Hunter
2018-03-05perf record: Fix crash in pipe modeJiri Olsa
2018-03-05perf record: Throttle user defined frequencies to the maximum allowedArnaldo Carvalho de Melo
2018-03-05perf record: Allow asking for the maximum allowed sample rateArnaldo Carvalho de Melo
2018-02-16perf record: Put new line after target override warningJiri Olsa
2018-02-05perf record: Fix period option handlingJiri Olsa
2018-01-08perf record: Record the first and last sample time in the headerJin Yao
2017-12-27perf evsel: Enable ignore_missing_thread for pid optionMengting Zhang
2017-12-27perf perf: Remove duplicate includesPravin Shedge
2017-12-05perf tools: Rename 'backward' to 'overwrite' in evlist, mmap and recordWang Nan
2017-12-05perf mmap: Remove overwrite from arguments list of perf_mmap__pushWang Nan
2017-12-05perf evlist: Remove evlist->overwriteWang Nan
2017-12-05perf evlist: Remove 'overwrite' parameter from perf_evlist__mmap_exWang Nan
2017-11-29perf record: Synthesize thread map and cpu mapAndi Kleen
2017-11-29perf record: Synthesize unit/scale/... in event updateAndi Kleen
2017-11-16perf record: Ignore kptr_restrict when not sampling the kernelArnaldo Carvalho de Melo
2017-11-13perf 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