Merge tag 'driver-core-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh...
[linux-flexiantxendom0-3.2.10.git] / tools / perf / builtin-record.c
2012-03-09 Stephane Eranianperf record: Add HEADER_BRANCH_STACK tag
2012-03-09 Stephane Eranianperf record: Provide default branch stack sampling...
2012-03-09 Roberto Agostino... perf record: Add support for sampling taken branch
2012-03-03 Arnaldo Carvalho... perf tools: Handle kernels that don't support attr...
2012-03-03 David Ahernperf record: No build id option fails
2012-02-14 Arnaldo Carvalho... perf tools: Invert the sample_id_all logic
2012-02-14 Arnaldo Carvalho... perf tools: Handle kernels that don't support attr...
2012-02-14 David Ahernperf tools: Allow multiple threads or processes in...
2012-02-09 David Ahernperf record: No build id option fails
2012-02-02 Robert Richterperf record: Make feature initialization generic
2012-01-24 Arnaldo Carvalho... perf tools: Introduce per user view
2011-12-23 Robert Richterperf tools: Unify handling of features when writing...
2011-12-23 Nelson Elhageperf: builtin-record: Document and check that mmap_page...
2011-12-23 Nelson Elhageperf: builtin-record: Provide advice if mmap'ing fails...
2011-12-20 Andrew Vaginperf record: Add ability to record event period
2011-11-29 Arnaldo Carvalho... perf evlist: Always do automatic allocation of pollfd...
2011-11-28 Arnaldo Carvalho... perf tools: Rename perf_event_ops to perf_tool
2011-11-28 Arnaldo Carvalho... perf tools: Resolve machine earlier and pass it to...
2011-11-28 Arnaldo Carvalho... perf tools: Pass tool context in the the perf_event_ops...
2011-11-28 Arnaldo Carvalho... perf record: Move 'group' to perf_event_ops
2011-11-28 Arnaldo Carvalho... perf record: Move mmap_pages to perf_record_opts
2011-11-28 Arnaldo Carvalho... perf evlist: Handle default value for 'pages' on mmap...
2011-11-28 Arnaldo Carvalho... perf evlist: Introduce {prepare,start}_workload refacto...
2011-11-28 Arnaldo Carvalho... perf evsel: Introduce config attr method
2011-10-26 Arnaldo Carvalho... perf ui: Rename ui__warning_paranoid to ui__error_paranoid
2011-10-26 Arnaldo Carvalho... perf evlist: Fix grouping of multiple events
2011-10-07 Stephane Eranianperf tools: Make perf.data more self-descriptive (v8)
2011-10-06 Ingo MolnarMerge commit 'v3.1-rc9' into perf/core
2011-09-29 Andi Kleenperf tools: Make stat/record print fatal signals of...
2011-09-23 David Ahernperf record: Create events initially disabled and enabl...
2011-08-18 Lin Mingperf tools: Add group event scheduling option to perf...
2011-07-25 Arnaldo Carvalho... perf evlist: Introduce 'disable' method
2011-07-21 Jiri Olsaperf tools: De-opt the parse_events function
2011-05-27 Arnaldo Carvalho... perf tools: Make sure kptr_restrict warnings fit 80...
2011-05-26 Arnaldo Carvalho... perf symbols: Handle /proc/sys/kernel/kptr_restrict
2011-05-15 Arnaldo Carvalho... perf evlist: Fix per thread mmap setup
2011-04-15 Arnaldo Carvalho... perf evsel: Fix use of inherit
2011-03-31 Frederic Weisbeckerperf: mmap 512 kiB by default
2011-03-29 David Ahernperf tools: Emit clearer message for sys_perf_event_ope...
2011-03-29 Arnaldo Carvalho... perf tools: Fixup exit path when not able to open events
2011-03-10 Arnaldo Carvalho... perf session: Use evlist/evsel for managing perf.data...
2011-03-02 Frederic Weisbeckerperf: Set filters before mmaping events
2011-02-17 Arnaldo Carvalho... perf record: Delay setting the header writing atexit...
2011-02-16 Stephane Eranianperf tool: Add cgroup support
2011-02-11 Arnaldo Carvalho... Merge remote branch 'acme/perf/urgent' into perf/core
2011-02-10 Arnaldo Carvalho... perf tools: Fix thread_map event synthesizing in top...
2011-01-31 Arnaldo Carvalho... perf evlist: Store pointer to the cpu and thread maps
2011-01-29 Arnaldo Carvalho... perf tools: Kill event_t typedef, use 'union perf_event...
2011-01-29 Arnaldo Carvalho... perf tools: Rename 'struct sample_data' to 'struct...
2011-01-29 Arnaldo Carvalho... perf record: No need to check for overwrites
2011-01-24 Arnaldo Carvalho... perf threads: Move thread_map to separate file
2011-01-24 Franck Bui-Huuperf record: auto detect when stdout is a pipe
2011-01-22 Arnaldo Carvalho... perf record: Use perf_evlist__mmap
2011-01-22 Arnaldo Carvalho... perf record: Move perf_mmap__write_tail to perf.h
2011-01-22 Arnaldo Carvalho... perf record: Use struct perf_mmap and helpers
2011-01-22 Arnaldo Carvalho... perf record: Use perf_evsel__open
2011-01-22 Arnaldo Carvalho... perf evlist: Adopt the pollfd array
2011-01-22 Arnaldo Carvalho... perf evsel: Introduce perf_evlist
2011-01-23 Arnaldo Carvalho... perf tools: Fix 64 bit integer format strings
2011-01-17 Arnaldo Carvalho... perf tools: Fix tracepoint id to string perf.data heade...
2011-01-13 Kirill Smelkovperf record: Add "nodelay" mode, disabled by default
2011-01-11 Arnaldo Carvalho... Revert "perf tools: Emit clearer message for sys_perf_e...
2011-01-11 Arnaldo Carvalho... perf evsel: Fix order of event list deletion
2011-01-10 Arnaldo Carvalho... perf tools: Emit clearer message for sys_perf_event_ope...
2011-01-04 Arnaldo Carvalho... perf tools: Refactor all_tids to hold nr and the map
2011-01-04 Arnaldo Carvalho... perf tools: Refactor cpumap to hold nr and the map
2011-01-03 Arnaldo Carvalho... perf evsel: Delete the event selectors at exit
2011-01-03 Arnaldo Carvalho... perf tools: Introduce event selectors
2010-12-25 Arnaldo Carvalho... perf record: Fix use of sample_id_all userspace with...
2010-12-21 Ian Munsieperf record,report,annotate,diff: Process events in...
2010-12-21 Ian Munsieperf session: Fallback to unordered processing if no...
2010-12-16 Ingo MolnarMerge branch 'perf/urgent' into perf/core
2010-12-06 Arnaldo Carvalho... perf record: Fix eternal wait for stillborn child
2010-12-05 Arnaldo Carvalho... perf tools: Ask for ID PERF_SAMPLE_ info on all PERF_RE...
2010-12-05 Arnaldo Carvalho... perf session: Parse sample earlier
2010-11-26 Arnaldo Carvalho... perf record: Add option to disable collecting build-ids
2010-11-26 Ingo MolnarMerge branch 'perf/urgent' into perf/core
2010-11-22 Arnaldo Carvalho... perf record: Handle restrictive permissions in /proc...
2010-11-20 Corey Ashfordperf stat: Change and clean up sys_perf_event_open...
2010-11-10 Tom Zanussiperf record: make the record options available outside...
2010-10-26 Arnaldo Carvalho... perf scripting: Shut up 'perf record' final status
2010-10-26 Matt Flemingperf record: Remove newline character from perror(...
2010-07-30 Arnaldo Carvalho... perf tools: Release session and symbol resources on...
2010-07-29 Arnaldo Carvalho... perf record: Release resources at exit
2010-06-28 Thomas GleixnerMerge branch 'linus' into perf/core
2010-06-25 Gui Jianfengperf kvm: Get rid of unused guest_kallsyms
2010-06-17 Ian Munsieperf record: prevent kill(0, SIGTERM);
2010-06-17 Stephane Eranianperf record: Add option to avoid updating buildid cache
2010-06-17 Stephane Eranianperf record: Avoid synthesizing mmap() for all processe...
2010-06-09 Eric B Munsonperf: Add non-exec mmap() tracking
2010-06-05 Arun Sharmaperf report: Implement --sort cpu
2010-06-05 Stephane Eranianperf tools: Add the ability to specify list of cpus...
2010-05-31 Borislav Petkovperf-record: Check correct pid when forking
2010-05-21 Peter Zijlstraperf-record: Share per-cpu buffers
2010-05-21 Peter Zijlstraperf-record: Remove -M
2010-05-21 Russ Andersonperf record: remove unneeded gettimeofday() call
2010-05-19 Arnaldo Carvalho... perf tools: Remove some unused functions
2010-05-17 Arnaldo Carvalho... perf options: Check v type in OPT_U?INTEGER
2010-05-17 Stephane Eranianperf record: Fix bug mismatch with -c option definition
2010-05-13 Stephane Eranianperf tools: change event inheritance logic in stat...
next