aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-record.c
Commit message (Expand)AuthorAge
* perf record: Don't use globals where not needed toArnaldo Carvalho de Melo2012-10-02
* perf tools: Convert to LIBUNWIND_SUPPORTNamhyung Kim2012-10-02
* perf evlist: Renane set_filters method to apply_filtersArnaldo Carvalho de Melo2012-09-26
* perf record: Print event causing perf_event_open() to failStephane Eranian2012-09-20
* perf tools: Use __maybe_used for unused variablesIrina Tirdea2012-09-11
* perf record: Remove use of die/exitDavid Ahern2012-09-05
* perf evlist: Introduce evsel list accessorsArnaldo Carvalho de Melo2012-08-15
* perf evlist: Rename __group method to __set_leaderArnaldo Carvalho de Melo2012-08-15
* perf tools: Enable grouping logic for parsed eventsJiri Olsa2012-08-14
* perf tools: Support for DWARF mode callchainJiri Olsa2012-08-11
* perf tool: Save cmdline from user in file header vs what is passed to recordDavid Ahern2012-08-03
* perf session: Use perf_evlist__id_hdr_size more extensivelyArnaldo Carvalho de Melo2012-08-01
* perf tools: Move all users of event_name to perf_evsel__nameArnaldo Carvalho de Melo2012-06-19
* perf tools: Convert critical messages to ui__error()Namhyung Kim2012-05-29
* perf tools: Bump default sample freq to 4 kHzArnaldo Carvalho de Melo2012-05-22
* perf tools: rename HEADER_TRACE_INFO to HEADER_TRACING_DATAStephane Eranian2012-05-22
* perf target: Add uses_mmap fieldNamhyung Kim2012-05-17
* perf record: Reset event name when falling back to cpu-clockDavid Ahern2012-05-09
* perf record: Fix fallback to cpu-clock on ppcDavid Ahern2012-05-09
* perf target: Consolidate target task/cpu checkingNamhyung Kim2012-05-07
* perf tools: Introduce perf_target__strerror()Namhyung Kim2012-05-07
* perf target: Introduce perf_target__parse_uid()Namhyung Kim2012-05-07
* perf evlist: Make create_maps() take struct perf_targetNamhyung Kim2012-05-02
* perf tools: Introduce perf_target__validate() helperNamhyung Kim2012-05-02
* perf tools: Introduce struct perf_targetNamhyung Kim2012-05-02
* perf record: Use sw counter only if hw pmu is not detectedRobert Richter2012-04-11
* perf record: Add HEADER_BRANCH_STACK tagStephane Eranian2012-03-09
* perf record: Provide default branch stack sampling mode optionStephane Eranian2012-03-09
* perf record: Add support for sampling taken branchRoberto Agostino Vitillo2012-03-09
* perf tools: Invert the sample_id_all logicArnaldo Carvalho de Melo2012-02-14
* perf tools: Handle kernels that don't support attr.exclude_{guest,host}Arnaldo Carvalho de Melo2012-02-14
* perf tools: Allow multiple threads or processes in record, stat, topDavid Ahern2012-02-13
* perf record: No build id option failsDavid Ahern2012-02-09
* perf record: Make feature initialization genericRobert Richter2012-02-02
* perf tools: Introduce per user viewArnaldo Carvalho de Melo2012-01-24
* perf tools: Unify handling of features when writing feature sectionRobert Richter2011-12-23
* perf: builtin-record: Document and check that mmap_pages must be a power of two.Nelson Elhage2011-12-23
* perf: builtin-record: Provide advice if mmap'ing fails with EPERM.Nelson Elhage2011-12-23
* perf record: Add ability to record event periodAndrew Vagin2011-12-20
* perf evlist: Always do automatic allocation of pollfd and mmap structuresArnaldo Carvalho de Melo2011-11-29
* perf tools: Rename perf_event_ops to perf_toolArnaldo Carvalho de Melo2011-11-28
* perf tools: Resolve machine earlier and pass it to perf_event_opsArnaldo Carvalho de Melo2011-11-28
* perf tools: Pass tool context in the the perf_event_ops functionsArnaldo Carvalho de Melo2011-11-28
* perf record: Move 'group' to perf_event_opsArnaldo Carvalho de Melo2011-11-28
* perf record: Move mmap_pages to perf_record_optsArnaldo Carvalho de Melo2011-11-28
* perf evlist: Handle default value for 'pages' on mmap methodArnaldo Carvalho de Melo2011-11-28
* perf evlist: Introduce {prepare,start}_workload refactored from 'perf record'Arnaldo Carvalho de Melo2011-11-28
* perf evsel: Introduce config attr methodArnaldo Carvalho de Melo2011-11-28
* perf ui: Rename ui__warning_paranoid to ui__error_paranoidArnaldo Carvalho de Melo2011-10-26
* perf evlist: Fix grouping of multiple eventsArnaldo Carvalho de Melo2011-10-26