aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-record.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-05-29perf tools: Convert critical messages to ui__error()Namhyung Kim1-7/+7
2012-05-22perf tools: Bump default sample freq to 4 kHzArnaldo Carvalho de Melo1-1/+1
2012-05-22perf tools: rename HEADER_TRACE_INFO to HEADER_TRACING_DATAStephane Eranian1-2/+2
2012-05-17perf target: Add uses_mmap fieldNamhyung Kim1-0/+3
2012-05-09perf record: Reset event name when falling back to cpu-clockDavid Ahern1-0/+4
2012-05-09perf record: Fix fallback to cpu-clock on ppcDavid Ahern1-2/+6
2012-05-07perf target: Consolidate target task/cpu checkingNamhyung Kim1-3/+1
2012-05-07perf tools: Introduce perf_target__strerror()Namhyung Kim1-2/+16
2012-05-07perf target: Introduce perf_target__parse_uid()Namhyung Kim1-3/+1
2012-05-02perf evlist: Make create_maps() take struct perf_targetNamhyung Kim1-3/+1
2012-05-02perf tools: Introduce perf_target__validate() helperNamhyung Kim1-6/+3
2012-05-02perf tools: Introduce struct perf_targetNamhyung Kim1-19/+22
2012-04-11perf record: Use sw counter only if hw pmu is not detectedRobert Richter1-1/+1
2012-03-09perf record: Add HEADER_BRANCH_STACK tagStephane Eranian1-0/+3
2012-03-09perf record: Provide default branch stack sampling mode optionStephane Eranian1-25/+43
2012-03-09perf record: Add support for sampling taken branchRoberto Agostino Vitillo1-0/+74
2012-02-14perf tools: Invert the sample_id_all logicArnaldo Carvalho de Melo1-4/+3
2012-02-14perf tools: Handle kernels that don't support attr.exclude_{guest,host}Arnaldo Carvalho de Melo1-9/+20
2012-02-13perf tools: Allow multiple threads or processes in record, stat, topDavid Ahern1-6/+4
2012-02-09perf record: No build id option failsDavid Ahern1-2/+2
2012-02-02perf record: Make feature initialization genericRobert Richter1-19/+9
2012-01-24perf tools: Introduce per user viewArnaldo Carvalho de Melo1-2/+10
2011-12-23perf tools: Unify handling of features when writing feature sectionRobert Richter1-0/+7
2011-12-23perf: builtin-record: Document and check that mmap_pages must be a power of two.Nelson Elhage1-0/+3
2011-12-23perf: builtin-record: Provide advice if mmap'ing fails with EPERM.Nelson Elhage1-1/+8
2011-12-20perf record: Add ability to record event periodAndrew Vagin1-0/+1
2011-11-29perf evlist: Always do automatic allocation of pollfd and mmap structuresArnaldo Carvalho de Melo1-6/+0
2011-11-28perf tools: Rename perf_event_ops to perf_toolArnaldo Carvalho de Melo1-17/+18
2011-11-28perf tools: Resolve machine earlier and pass it to perf_event_opsArnaldo Carvalho de Melo1-21/+17
2011-11-28perf tools: Pass tool context in the the perf_event_ops functionsArnaldo Carvalho de Melo1-168/+215
2011-11-28perf record: Move 'group' to perf_event_opsArnaldo Carvalho de Melo1-5/+4
2011-11-28perf record: Move mmap_pages to perf_record_optsArnaldo Carvalho de Melo1-4/+5
2011-11-28perf evlist: Handle default value for 'pages' on mmap methodArnaldo Carvalho de Melo1-4/+0
2011-11-28perf evlist: Introduce {prepare,start}_workload refactored from 'perf record'Arnaldo Carvalho de Melo1-68/+13
2011-11-28perf evsel: Introduce config attr methodArnaldo Carvalho de Melo1-132/+48
2011-10-26perf ui: Rename ui__warning_paranoid to ui__error_paranoidArnaldo Carvalho de Melo1-1/+1
2011-10-26perf evlist: Fix grouping of multiple eventsArnaldo Carvalho de Melo1-2/+9
2011-10-07perf tools: Make perf.data more self-descriptive (v8)Stephane Eranian1-0/+15
2011-10-06Merge commit 'v3.1-rc9' into perf/coreIngo Molnar1-0/+3
2011-09-29perf tools: Make stat/record print fatal signals of the target programAndi Kleen1-2/+17
2011-09-23perf record: Create events initially disabled and enable after initDavid Ahern1-0/+3
2011-08-18perf tools: Add group event scheduling option to perf record/statLin Ming1-1/+3
2011-07-25perf evlist: Introduce 'disable' methodArnaldo Carvalho de Melo1-17/+2
2011-07-21perf tools: De-opt the parse_events functionJiri Olsa1-1/+1
2011-05-27perf tools: Make sure kptr_restrict warnings fit 80 col termsArnaldo Carvalho de Melo1-11/+8
2011-05-26perf symbols: Handle /proc/sys/kernel/kptr_restrictArnaldo Carvalho de Melo1-0/+13
2011-05-15perf evlist: Fix per thread mmap setupArnaldo Carvalho de Melo1-1/+1
2011-04-15perf evsel: Fix use of inheritArnaldo Carvalho de Melo1-2/+5
2011-03-31perf: mmap 512 kiB by defaultFrederic Weisbecker1-1/+5
2011-03-29perf tools: Emit clearer message for sys_perf_event_open ENOENT returnDavid Ahern1-1/+9