aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-record.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-10-02perf record: Don't use globals where not needed toArnaldo Carvalho de Melo1-9/+10
2012-10-02perf tools: Convert to LIBUNWIND_SUPPORTNamhyung Kim1-7/+7
2012-09-26perf evlist: Renane set_filters method to apply_filtersArnaldo Carvalho de Melo1-1/+1
2012-09-20perf record: Print event causing perf_event_open() to failStephane Eranian1-2/+4
2012-09-11perf tools: Use __maybe_used for unused variablesIrina Tirdea1-5/+5
2012-09-05perf record: Remove use of die/exitDavid Ahern1-49/+109
2012-08-15perf evlist: Introduce evsel list accessorsArnaldo Carvalho de Melo1-2/+2
2012-08-15perf evlist: Rename __group method to __set_leaderArnaldo Carvalho de Melo1-1/+1
2012-08-14perf tools: Enable grouping logic for parsed eventsJiri Olsa1-8/+5
2012-08-11perf tools: Support for DWARF mode callchainJiri Olsa1-2/+112
2012-08-03perf tool: Save cmdline from user in file header vs what is passed to recordDavid Ahern1-2/+0
2012-08-01perf session: Use perf_evlist__id_hdr_size more extensivelyArnaldo Carvalho de Melo1-1/+1
2012-06-19perf tools: Move all users of event_name to perf_evsel__nameArnaldo Carvalho de Melo1-2/+2
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