aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/builtin-record.c
AgeCommit message (Expand)Author
2013-04-01perf tools: Add support for weight v7 (modified)Andi Kleen
2013-03-21perf tools: Get rid of redundant _FILE_OFFSET_BITS definitionNamhyung Kim
2013-03-15perf record: Fixup return path of cmd_record()Namhyung Kim
2013-03-15perf evlist: Add want_signal parameter to perf_evlist__prepare_workload()Namhyung Kim
2013-03-15perf evlist: Do not pass struct record_opts to perf_evlist__prepare_workload()Namhyung Kim
2013-03-15perf evlist: Pass struct perf_target to perf_evlist__prepare_workload()Namhyung Kim
2013-03-15perf evlist: Remove cpus and threads arguments from perf_evlist__new()Namhyung Kim
2013-03-13perf record: Fix -C optionJiri Olsa
2013-01-31perf header: Add HEADER_GROUP_DESC featureNamhyung Kim
2013-01-24perf machine: Simplify accessing the host machineArnaldo Carvalho de Melo
2013-01-24perf machine: Introduce struct machinesArnaldo Carvalho de Melo
2013-01-24perf record: Don't pass host machine to guest synthesizerArnaldo Carvalho de Melo
2013-01-24perf evsel: Introduce perf_evsel__open_strerror methodArnaldo Carvalho de Melo
2013-01-24perf evsel: Introduce event fallback methodArnaldo Carvalho de Melo
2013-01-24perf evsel: Do missing feature fallbacks in just one placeArnaldo Carvalho de Melo
2012-12-11perf record: Export the callchain parsing routine and helpArnaldo Carvalho de Melo
2012-12-11perf record: Pass perf_record_opts to the callchain cmdline parsing callbackArnaldo Carvalho de Melo
2012-12-11perf evlist: Set the leader in the perf_evlist__config methodArnaldo Carvalho de Melo
2012-12-10perf evsel: Update sample_size when setting sample_type bitsArnaldo Carvalho de Melo
2012-11-14perf tools: Ensure single disable call per event in record comandJiri Olsa
2012-11-14perf tools: Fix 'disabled' attribute config for record commandJiri Olsa
2012-11-14perf tools: Fix attributes for '{}' defined event groupsJiri Olsa
2012-10-29perf record: Fix mmap error output conditionJiri Olsa
2012-10-24perf tools: Give user better message if precise is not supportedDavid Ahern
2012-10-08perf tools: Add on_exit implementationBernhard Rosenkraenzer
2012-10-02perf record: Don't use globals where not needed toArnaldo Carvalho de Melo
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