aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-record.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-06-28Merge branch 'linus' into perf/coreThomas Gleixner1-1/+1
2010-06-25perf kvm: Get rid of unused guest_kallsymsGui Jianfeng1-9/+0
2010-06-17perf record: prevent kill(0, SIGTERM);Ian Munsie1-1/+1
2010-06-17perf record: Add option to avoid updating buildid cacheStephane Eranian1-0/+5
2010-06-17perf record: Avoid synthesizing mmap() for all processes in per-thread modeStephane Eranian1-1/+1
2010-06-09perf: Add non-exec mmap() trackingEric B Munson1-1/+3
2010-06-05perf report: Implement --sort cpuArun Sharma1-0/+3
2010-06-05perf tools: Add the ability to specify list of cpus to monitorStephane Eranian1-9/+14
2010-06-01perf-record: Check correct pid when forkingBorislav Petkov1-2/+1
2010-05-21perf-record: Share per-cpu buffersPeter Zijlstra1-24/+28
2010-05-21perf-record: Remove -MPeter Zijlstra1-24/+12
2010-05-20perf record: remove unneeded gettimeofday() callRuss Anderson1-16/+1
2010-05-18perf tools: Remove some unused functionsArnaldo Carvalho de Melo1-0/+1
2010-05-17perf options: Check v type in OPT_U?INTEGERArnaldo Carvalho de Melo1-5/+3
2010-05-17perf record: Fix bug mismatch with -c option definitionStephane Eranian1-6/+5
2010-05-13perf tools: change event inheritance logic in stat and recordStephane Eranian1-6/+6
2010-05-09perf: Introduce a new "round of buffers read" pseudo eventFrederic Weisbecker1-10/+24
2010-05-05perf/record: simplify TRACE_INFO tracepoint checkTom Zanussi1-10/+1
2010-05-03perf: record TRACE_INFO only if using tracepoints and SAMPLE_RAWTom Zanussi1-14/+21
2010-05-02perf record: Don't exit in live mode when no tracepoints are enabledArnaldo Carvalho de Melo1-6/+9
2010-05-02perf: add perf-inject builtinTom Zanussi1-1/+1
2010-05-02perf/live: don't synthesize build ids at the end of a live mode traceTom Zanussi1-7/+0
2010-04-27perf tools: Rename "kernel_info" to "machine"Arnaldo Carvalho de Melo1-19/+17
2010-04-19perf: 'perf kvm' tool for monitoring guest performance from hostZhang, Yanmin1-3/+60
2010-04-15Merge branch 'perf/live' into perf/coreIngo Molnar1-7/+61
2010-04-15perf: Make the trace events sample period default to 1Frederic Weisbecker1-14/+22
2010-04-15perf: Make -f the default for perf recordFrederic Weisbecker1-15/+25
2010-04-14perf: Convert perf header build_ids into build_id eventsTom Zanussi1-3/+12
2010-04-14perf: Convert perf tracing data into a tracing_data eventTom Zanussi1-0/+16
2010-04-14perf: Convert perf event types into event type eventsTom Zanussi1-0/+7
2010-04-14perf: Convert perf header attrs into attr eventsTom Zanussi1-0/+10
2010-04-14perf record: Introduce special handling for pipe outputTom Zanussi1-3/+15
2010-04-14perf: Add pipe-specific header read/write and event processing codeTom Zanussi1-1/+1
2010-04-14perf: Fix endianness argument compatibility with OPT_BOOLEAN() and introduce OPT_INCR()Ian Munsie1-12/+12
2010-04-03perf tools: Move the prototypes in util/string.h to util.hArnaldo Carvalho de Melo1-1/+0
2010-04-02perf record: Add a fallback to the reference relocation symbolArnaldo Carvalho de Melo1-0/+3
2010-03-26perf record: Zero out mmap_array to fix segfaultZhang, Yanmin1-1/+1
2010-03-18perf events: Change perf parameter --pid to process-wide collection instead of thread-wideZhang, Yanmin1-101/+159
2010-03-18perf record: Enable counters only when kernel is execing subcommandZhang, Yanmin1-18/+15
2010-03-15perf record: Enable the enable_on_exec flag if record forks the targetEric B Munson1-5/+8
2010-03-12Merge branch 'perf/urgent' into perf/coreIngo Molnar1-4/+9
2010-03-11perf record: Mention paranoid sysctl when failing to create counterArnaldo Carvalho de Melo1-1/+2
2010-03-11perf record: Don't try to find buildids in a zero sized fileArnaldo Carvalho de Melo1-0/+3
2010-03-11perf tools: Fix sparse CPU numbering related bugsPaul Mackerras1-4/+3
2010-03-10perf record: Add ID and to recorded event data when recording multiple eventsEric B Munson1-0/+3
2010-02-08perf record: Fix existing process callgraph symbolaustin_zhang@linux.intel.com1-1/+1
2010-02-04perf tools: Clean up O_LARGEFILE et al usageXiao Guangrong1-2/+1
2010-02-04perf record: Stop intercepting events, use postprocessing to get build-idsArnaldo Carvalho de Melo1-19/+18
2010-02-03perf tools: Use O_LARGEFILE to open perf data fileXiao Guangrong1-1/+4
2010-01-31Revert "perf record: Intercept all events"Hitoshi Mitake1-18/+10