aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-record.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-11-05perf record: Support weak groupsAndi Kleen1-1/+6
2018-10-18perf record: Encode -k clockid frequency into Perf traceAlexey Budankov1-2/+22
2018-09-19perf tools: Add 'struct perf_mmap' arg to record__write()Jiri Olsa1-10/+14
2018-09-19perf auxtrace: Pass struct perf_mmap into mmap__read* functionsJiri Olsa1-14/+13
2018-08-30perf tools: Switch 'session' argument to 'evlist' in perf_event__synthesize_attrs()Jiri Olsa1-1/+1
2018-03-16perf record: Synthesize features before events in pipe modeJiri Olsa1-7/+11
2018-03-16perf record: Avoid duplicate call of perf_default_config()Yisheng Xie1-3/+5
2018-03-08perf record: Remove progname from struct recordJiri Olsa1-3/+0
2018-03-08perf record: Move machine variable down the functionJiri Olsa1-3/+1
2018-03-08perf mmap: Use the stored scope data in perf_mmap__push()Kan Liang1-1/+1
2018-03-07perf record: Combine some auxtrace initialization into a single functionAdrian Hunter1-12/+24
2018-03-05perf record: Fix crash in pipe modeJiri Olsa1-0/+9
2018-03-05perf record: Throttle user defined frequencies to the maximum allowedArnaldo Carvalho de Melo1-0/+2
2018-03-05perf record: Allow asking for the maximum allowed sample rateArnaldo Carvalho de Melo1-1/+6
2018-02-16perf record: Put new line after target override warningJiri Olsa1-1/+1
2018-02-05perf record: Fix period option handlingJiri Olsa1-1/+2
2018-01-08perf record: Record the first and last sample time in the headerJin Yao1-3/+15
2017-12-27perf evsel: Enable ignore_missing_thread for pid optionMengting Zhang1-2/+2
2017-12-27perf perf: Remove duplicate includesPravin Shedge1-1/+0
2017-12-05perf tools: Rename 'backward' to 'overwrite' in evlist, mmap and recordWang Nan1-7/+7
2017-12-05perf mmap: Remove overwrite from arguments list of perf_mmap__pushWang Nan1-1/+1
2017-12-05perf evlist: Remove evlist->overwriteWang Nan1-1/+1
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