aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/record.c
AgeCommit message (Expand)Author
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
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-04-19perf tools: Include errno.h where neededArnaldo Carvalho de Melo
2016-06-23perf evlist: Rename for_each() macros to for_each_entry()Arnaldo Carvalho de Melo
2016-04-11perf evsel: Do not use globals in config()Arnaldo Carvalho de Melo
2015-08-17perf tools: Add a helper function to probe whether cpu-wide tracing is possibleAdrian Hunter
2015-07-23perf record: Add option --switch-events to select PERF_RECORD_SWITCH eventsAdrian Hunter
2015-06-25perf tools: Add reference counting for cpu_map objectJiri Olsa
2015-04-29perf tools: Add parse_events_error interfaceJiri Olsa
2015-04-29perf auxtrace: Add support for AUX area recordingAdrian Hunter
2014-12-11perf tools: Use sysctl__read_int instead of ad-hoc copiesArnaldo Carvalho de Melo
2014-08-13perf evlist: Add perf_evlist__set_tracking_event()Adrian Hunter
2014-08-13perf tools: Fix probing the kernel API with cpu-wide eventsAdrian Hunter
2014-08-13perf tools: Fix one of the probe events to exclude kernelAdrian Hunter
2014-07-18perf tools: Enable close-on-exec flag on perf file descriptorYann Droneaud
2014-07-16perf record: Select comm_exec flag if supportedAdrian Hunter
2014-02-18perf tools: Move fs.* to lib/api/fs/Borislav Petkov
2014-01-13perf evlist: Introduce evlist__for_each() & friendsArnaldo Carvalho de Melo
2013-12-19perf tools: Rename 'perf_record_opts' to 'record_optsArnaldo Carvalho de Melo
2013-12-13perf evlist: Add can_select_event() methodAdrian Hunter
2013-11-05perf tools: Check maximum frequency rate for record/topJiri Olsa
2013-08-29perf tools: Add support for PERF_SAMPLE_IDENTIFIERAdrian Hunter
2013-08-29perf evlist: Move perf_evlist__config() to a new source fileAdrian Hunter