summaryrefslogtreecommitdiff
path: root/tools/perf/builtin-record.c
AgeCommit message (Expand)Author
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
2011-10-06Merge commit 'v3.1-rc9' into perf/coreIngo Molnar
2011-09-29perf tools: Make stat/record print fatal signals of the target programAndi Kleen
2011-09-23perf record: Create events initially disabled and enable after initDavid Ahern
2011-08-18perf tools: Add group event scheduling option to perf record/statLin Ming
2011-07-25perf evlist: Introduce 'disable' methodArnaldo Carvalho de Melo
2011-07-21perf tools: De-opt the parse_events functionJiri Olsa
2011-05-27perf tools: Make sure kptr_restrict warnings fit 80 col termsArnaldo Carvalho de Melo
2011-05-26perf symbols: Handle /proc/sys/kernel/kptr_restrictArnaldo Carvalho de Melo
2011-05-15perf evlist: Fix per thread mmap setupArnaldo Carvalho de Melo
2011-04-15perf evsel: Fix use of inheritArnaldo Carvalho de Melo
2011-03-31perf: mmap 512 kiB by defaultFrederic Weisbecker