summaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-record.c
Commit message (Expand)AuthorAgeFilesLines
* perf tools: Convert critical messages to ui__error()Namhyung Kim2012-05-291-7/+7
* perf tools: Bump default sample freq to 4 kHzArnaldo Carvalho de Melo2012-05-221-1/+1
* perf tools: rename HEADER_TRACE_INFO to HEADER_TRACING_DATAStephane Eranian2012-05-221-2/+2
* perf target: Add uses_mmap fieldNamhyung Kim2012-05-171-0/+3
* perf record: Reset event name when falling back to cpu-clockDavid Ahern2012-05-091-0/+4
* perf record: Fix fallback to cpu-clock on ppcDavid Ahern2012-05-091-2/+6
* perf target: Consolidate target task/cpu checkingNamhyung Kim2012-05-071-3/+1
* perf tools: Introduce perf_target__strerror()Namhyung Kim2012-05-071-2/+16
* perf target: Introduce perf_target__parse_uid()Namhyung Kim2012-05-071-3/+1
* perf evlist: Make create_maps() take struct perf_targetNamhyung Kim2012-05-021-3/+1
* perf tools: Introduce perf_target__validate() helperNamhyung Kim2012-05-021-6/+3
* perf tools: Introduce struct perf_targetNamhyung Kim2012-05-021-19/+22
* perf record: Use sw counter only if hw pmu is not detectedRobert Richter2012-04-111-1/+1
* perf record: Add HEADER_BRANCH_STACK tagStephane Eranian2012-03-091-0/+3
* perf record: Provide default branch stack sampling mode optionStephane Eranian2012-03-091-25/+43
* perf record: Add support for sampling taken branchRoberto Agostino Vitillo2012-03-091-0/+74
* perf tools: Invert the sample_id_all logicArnaldo Carvalho de Melo2012-02-141-4/+3
* perf tools: Handle kernels that don't support attr.exclude_{guest,host}Arnaldo Carvalho de Melo2012-02-141-9/+20
* perf tools: Allow multiple threads or processes in record, stat, topDavid Ahern2012-02-131-6/+4
* perf record: No build id option failsDavid Ahern2012-02-091-2/+2
* perf record: Make feature initialization genericRobert Richter2012-02-021-19/+9
* perf tools: Introduce per user viewArnaldo Carvalho de Melo2012-01-241-2/+10
* perf tools: Unify handling of features when writing feature sectionRobert Richter2011-12-231-0/+7
* perf: builtin-record: Document and check that mmap_pages must be a power of two.Nelson Elhage2011-12-231-0/+3
* perf: builtin-record: Provide advice if mmap'ing fails with EPERM.Nelson Elhage2011-12-231-1/+8
* perf record: Add ability to record event periodAndrew Vagin2011-12-201-0/+1
* perf evlist: Always do automatic allocation of pollfd and mmap structuresArnaldo Carvalho de Melo2011-11-291-6/+0
* perf tools: Rename perf_event_ops to perf_toolArnaldo Carvalho de Melo2011-11-281-17/+18
* perf tools: Resolve machine earlier and pass it to perf_event_opsArnaldo Carvalho de Melo2011-11-281-21/+17
* perf tools: Pass tool context in the the perf_event_ops functionsArnaldo Carvalho de Melo2011-11-281-168/+215
* perf record: Move 'group' to perf_event_opsArnaldo Carvalho de Melo2011-11-281-5/+4
* perf record: Move mmap_pages to perf_record_optsArnaldo Carvalho de Melo2011-11-281-4/+5
* perf evlist: Handle default value for 'pages' on mmap methodArnaldo Carvalho de Melo2011-11-281-4/+0
* perf evlist: Introduce {prepare,start}_workload refactored from 'perf record'Arnaldo Carvalho de Melo2011-11-281-68/+13
* perf evsel: Introduce config attr methodArnaldo Carvalho de Melo2011-11-281-132/+48
* perf ui: Rename ui__warning_paranoid to ui__error_paranoidArnaldo Carvalho de Melo2011-10-261-1/+1
* perf evlist: Fix grouping of multiple eventsArnaldo Carvalho de Melo2011-10-261-2/+9
* perf tools: Make perf.data more self-descriptive (v8)Stephane Eranian2011-10-071-0/+15
* Merge commit 'v3.1-rc9' into perf/coreIngo Molnar2011-10-061-0/+3
|\
| * perf record: Create events initially disabled and enable after initDavid Ahern2011-09-231-0/+3
* | perf tools: Make stat/record print fatal signals of the target programAndi Kleen2011-09-291-2/+17
|/
* perf tools: Add group event scheduling option to perf record/statLin Ming2011-08-181-1/+3
* perf evlist: Introduce 'disable' methodArnaldo Carvalho de Melo2011-07-251-17/+2
* perf tools: De-opt the parse_events functionJiri Olsa2011-07-211-1/+1
* perf tools: Make sure kptr_restrict warnings fit 80 col termsArnaldo Carvalho de Melo2011-05-271-11/+8
* perf symbols: Handle /proc/sys/kernel/kptr_restrictArnaldo Carvalho de Melo2011-05-261-0/+13
* perf evlist: Fix per thread mmap setupArnaldo Carvalho de Melo2011-05-151-1/+1
* perf evsel: Fix use of inheritArnaldo Carvalho de Melo2011-04-151-2/+5
* perf: mmap 512 kiB by defaultFrederic Weisbecker2011-03-311-1/+5
* perf tools: Emit clearer message for sys_perf_event_open ENOENT returnDavid Ahern2011-03-291-1/+9