summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/record.c
AgeCommit message (Expand)AuthorLines
2018-03-05perf record: Fix crash in pipe modeJiri Olsa-2/+6
2018-03-05perf record: Throttle user defined frequencies to the maximum allowedArnaldo Carvalho de Melo-5/+15
2018-03-05perf record: Allow asking for the maximum allowed sample rateArnaldo Carvalho de Melo-0/+23
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+1
2017-04-19perf tools: Include errno.h where neededArnaldo Carvalho de Melo-0/+1
2016-06-23perf evlist: Rename for_each() macros to for_each_entry()Arnaldo Carvalho de Melo-4/+4
2016-04-11perf evsel: Do not use globals in config()Arnaldo Carvalho de Melo-2/+3
2015-08-17perf tools: Add a helper function to probe whether cpu-wide tracing is possibleAdrian Hunter-0/+24
2015-07-23perf record: Add option --switch-events to select PERF_RECORD_SWITCH eventsAdrian Hunter-0/+10
2015-06-25perf tools: Add reference counting for cpu_map objectJiri Olsa-2/+2
2015-04-29perf tools: Add parse_events_error interfaceJiri Olsa-2/+2
2015-04-29perf auxtrace: Add support for AUX area recordingAdrian Hunter-1/+10
2014-12-11perf tools: Use sysctl__read_int instead of ad-hoc copiesArnaldo Carvalho de Melo-10/+1
2014-08-13perf evlist: Add perf_evlist__set_tracking_event()Adrian Hunter-1/+1
2014-08-13perf tools: Fix probing the kernel API with cpu-wide eventsAdrian Hunter-9/+27
2014-08-13perf tools: Fix one of the probe events to exclude kernelAdrian Hunter-1/+1
2014-07-18perf tools: Enable close-on-exec flag on perf file descriptorYann Droneaud-3/+6
2014-07-16perf record: Select comm_exec flag if supportedAdrian Hunter-1/+17
2014-02-18perf tools: Move fs.* to lib/api/fs/Borislav Petkov-1/+1
2014-01-13perf evlist: Introduce evlist__for_each() & friendsArnaldo Carvalho de Melo-3/+3
2013-12-19perf tools: Rename 'perf_record_opts' to 'record_optsArnaldo Carvalho de Melo-5/+4
2013-12-13perf evlist: Add can_select_event() methodAdrian Hunter-0/+37
2013-11-05perf tools: Check maximum frequency rate for record/topJiri Olsa-0/+71
2013-08-29perf tools: Add support for PERF_SAMPLE_IDENTIFIERAdrian Hunter-3/+86
2013-08-29perf evlist: Move perf_evlist__config() to a new source fileAdrian Hunter-0/+25