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