aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-record.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2011-03-29perf tools: Fixup exit path when not able to open eventsArnaldo Carvalho de Melo1-5/+4
2011-03-10perf session: Use evlist/evsel for managing perf.data attributesArnaldo Carvalho de Melo1-66/+35
2011-03-02perf: Set filters before mmaping eventsFrederic Weisbecker1-12/+6
2011-02-17perf record: Delay setting the header writing atexit callArnaldo Carvalho de Melo1-5/+5
2011-02-16perf tool: Add cgroup supportStephane Eranian1-0/+9
2011-02-11Merge remote branch 'acme/perf/urgent' into perf/coreArnaldo Carvalho de Melo1-3/+3
2011-02-10perf tools: Fix thread_map event synthesizing in top and recordArnaldo Carvalho de Melo1-2/+2
2011-01-31perf evlist: Store pointer to the cpu and thread mapsArnaldo Carvalho de Melo1-28/+16
2011-01-29perf tools: Kill event_t typedef, use 'union perf_event' insteadArnaldo Carvalho de Melo1-26/+30
2011-01-29perf tools: Rename 'struct sample_data' to 'struct perf_sample'Arnaldo Carvalho de Melo1-1/+1
2011-01-29perf record: No need to check for overwritesArnaldo Carvalho de Melo1-19/+3
2011-01-24perf threads: Move thread_map to separate fileArnaldo Carvalho de Melo1-0/+1
2011-01-24perf record: auto detect when stdout is a pipeFranck Bui-Huu1-12/+20