aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-record.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-15perf parse-regs: Split parse_regsKan Liang1-2/+2
2019-05-15perf record: Implement -z,--compression_level[=<n>] optionAlexey Budankov1-0/+30
2019-05-15perf record: Implement compression for AIO trace streamingAlexey Budankov1-26/+88
2019-05-15perf record: Implement compression for serial trace streamingAlexey Budankov1-2/+49
2019-05-15perf mmap: Implement dedicated memory buffer for data compressionAlexey Budankov1-1/+7
2019-05-15perf record: Implement COMPRESSED event record and its attributesAlexey Budankov1-0/+8
2019-05-15perf session: Define 'bytes_transferred' and 'bytes_compressed' metricsAlexey Budankov1-1/+13
2019-05-15perf record: Fix suggestion to get list of registers usable with --user-regs and --intr-regsArnaldo Carvalho de Melo1-2/+2
2019-04-01perf record: Implement --mmap-flush=<number> optionAlexey Budankov1-6/+59
2019-03-21perf tools: Save bpf_prog_info and BTF of new BPF programsSong Liu1-0/+3
2019-03-21perf evlist: Introduce side band threadSong Liu1-0/+9
2019-03-19perf bpf: Make synthesize_bpf_events() receive perf_session pointer instead of perf_toolSong Liu1-1/+1
2019-03-19perf record: Replace option --bpf-event with --no-bpf-eventSong Liu1-1/+1
2019-03-19perf record: Clarify help for --switch-outputAndi Kleen1-2/+2
2019-03-19perf record: Allow to limit number of reported perf.data filesAndi Kleen1-1/+29
2019-03-11perf header: Add DIR_FORMAT feature to describe directory dataJiri Olsa1-0/+2
2019-03-11perf data: Don't store auxtrace index for directory data fileJiri Olsa1-1/+1
2019-02-22perf data: Add global path holderJiri Olsa1-3/+3
2019-02-22perf data: Move size to struct perf_data_fileJiri Olsa1-3/+2
2019-02-11perf record: Implement --affinity=node|cpu optionAlexey Budankov1-0/+18
2019-02-06perf record: Apply affinity masks when reading mmap buffersAlexey Budankov1-0/+15
2019-02-06perf record: Allocate affinity masksAlexey Budankov1-1/+12
2019-02-06perf pmu: Remove set_drv_config APIMathieu Poirier1-10/+0
2019-01-21perf tools: Synthesize PERF_RECORD_* for loaded BPF programsSong Liu1-0/+6
2019-01-21perf tools: Handle PERF_RECORD_BPF_EVENTSong Liu1-0/+1
2018-12-17perf tools: Allow specifying proc-map-timeout in config fileMark Drayton1-5/+3
2018-12-17perf record: Extend trace writing to multi AIOAlexey Budankov1-15/+52
2018-12-17perf record: Enable asynchronous trace writingAlexey Budankov1-4/+214
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