summaryrefslogtreecommitdiff
path: root/tools/perf/builtin-record.c
AgeCommit message (Expand)Author
2019-03-21perf tools: Save bpf_prog_info and BTF of new BPF programsSong Liu
2019-03-21perf evlist: Introduce side band threadSong Liu
2019-03-19perf bpf: Make synthesize_bpf_events() receive perf_session pointer instead o...Song Liu
2019-03-19perf record: Replace option --bpf-event with --no-bpf-eventSong Liu
2019-03-19perf record: Clarify help for --switch-outputAndi Kleen
2019-03-19perf record: Allow to limit number of reported perf.data filesAndi Kleen
2019-03-11perf header: Add DIR_FORMAT feature to describe directory dataJiri Olsa
2019-03-11perf data: Don't store auxtrace index for directory data fileJiri Olsa
2019-02-22perf data: Add global path holderJiri Olsa
2019-02-22perf data: Move size to struct perf_data_fileJiri Olsa
2019-02-11perf record: Implement --affinity=node|cpu optionAlexey Budankov
2019-02-06perf record: Apply affinity masks when reading mmap buffersAlexey Budankov
2019-02-06perf record: Allocate affinity masksAlexey Budankov
2019-02-06perf pmu: Remove set_drv_config APIMathieu Poirier
2019-01-21perf tools: Synthesize PERF_RECORD_* for loaded BPF programsSong Liu
2019-01-21perf tools: Handle PERF_RECORD_BPF_EVENTSong Liu
2018-12-17perf tools: Allow specifying proc-map-timeout in config fileMark Drayton
2018-12-17perf record: Extend trace writing to multi AIOAlexey Budankov
2018-12-17perf record: Enable asynchronous trace writingAlexey Budankov
2018-11-05perf record: Support weak groupsAndi Kleen
2018-10-18perf record: Encode -k clockid frequency into Perf traceAlexey Budankov
2018-09-19perf tools: Add 'struct perf_mmap' arg to record__write()Jiri Olsa
2018-09-19perf auxtrace: Pass struct perf_mmap into mmap__read* functionsJiri Olsa
2018-08-30perf tools: Switch 'session' argument to 'evlist' in perf_event__synthesize_a...Jiri 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