aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/builtin-record.c
AgeCommit message (Expand)Author
2010-06-17perf record: prevent kill(0, SIGTERM);Ian Munsie
2010-06-01perf-record: Check correct pid when forkingBorislav Petkov
2010-05-21perf-record: Share per-cpu buffersPeter Zijlstra
2010-05-21perf-record: Remove -MPeter Zijlstra
2010-05-20perf record: remove unneeded gettimeofday() callRuss Anderson
2010-05-18perf tools: Remove some unused functionsArnaldo Carvalho de Melo
2010-05-17perf options: Check v type in OPT_U?INTEGERArnaldo Carvalho de Melo
2010-05-17perf record: Fix bug mismatch with -c option definitionStephane Eranian
2010-05-13perf tools: change event inheritance logic in stat and recordStephane Eranian
2010-05-09perf: Introduce a new "round of buffers read" pseudo eventFrederic Weisbecker
2010-05-05perf/record: simplify TRACE_INFO tracepoint checkTom Zanussi
2010-05-03perf: record TRACE_INFO only if using tracepoints and SAMPLE_RAWTom Zanussi
2010-05-02perf record: Don't exit in live mode when no tracepoints are enabledArnaldo Carvalho de Melo
2010-05-02perf: add perf-inject builtinTom Zanussi
2010-05-02perf/live: don't synthesize build ids at the end of a live mode traceTom Zanussi
2010-04-27perf tools: Rename "kernel_info" to "machine"Arnaldo Carvalho de Melo
2010-04-19perf: 'perf kvm' tool for monitoring guest performance from hostZhang, Yanmin
2010-04-15Merge branch 'perf/live' into perf/coreIngo Molnar
2010-04-15perf: Make the trace events sample period default to 1Frederic Weisbecker
2010-04-15perf: Make -f the default for perf recordFrederic Weisbecker
2010-04-14perf: Convert perf header build_ids into build_id eventsTom Zanussi
2010-04-14perf: Convert perf tracing data into a tracing_data eventTom Zanussi
2010-04-14perf: Convert perf event types into event type eventsTom Zanussi
2010-04-14perf: Convert perf header attrs into attr eventsTom Zanussi
2010-04-14perf record: Introduce special handling for pipe outputTom Zanussi
2010-04-14perf: Add pipe-specific header read/write and event processing codeTom Zanussi
2010-04-14perf: Fix endianness argument compatibility with OPT_BOOLEAN() and introduce ...Ian Munsie
2010-04-03perf tools: Move the prototypes in util/string.h to util.hArnaldo Carvalho de Melo
2010-04-02perf record: Add a fallback to the reference relocation symbolArnaldo Carvalho de Melo
2010-03-26perf record: Zero out mmap_array to fix segfaultZhang, Yanmin
2010-03-18perf events: Change perf parameter --pid to process-wide collection instead o...Zhang, Yanmin
2010-03-18perf record: Enable counters only when kernel is execing subcommandZhang, Yanmin
2010-03-15perf record: Enable the enable_on_exec flag if record forks the targetEric B Munson
2010-03-12Merge branch 'perf/urgent' into perf/coreIngo Molnar
2010-03-11perf record: Mention paranoid sysctl when failing to create counterArnaldo Carvalho de Melo
2010-03-11perf record: Don't try to find buildids in a zero sized fileArnaldo Carvalho de Melo
2010-03-11perf tools: Fix sparse CPU numbering related bugsPaul Mackerras
2010-03-10perf record: Add ID and to recorded event data when recording multiple eventsEric B Munson
2010-02-08perf record: Fix existing process callgraph symbolaustin_zhang@linux.intel.com
2010-02-04perf tools: Clean up O_LARGEFILE et al usageXiao Guangrong
2010-02-04perf record: Stop intercepting events, use postprocessing to get build-idsArnaldo Carvalho de Melo
2010-02-03perf tools: Use O_LARGEFILE to open perf data fileXiao Guangrong
2010-01-31Revert "perf record: Intercept all events"Hitoshi Mitake
2010-01-29perf session: Create kernel maps in the constructorArnaldo Carvalho de Melo
2010-01-16perf record: Intercept all eventsArnaldo Carvalho de Melo
2010-01-16perf record: Encode the domain while synthesizing MMAP eventsArnaldo Carvalho de Melo
2010-01-13perf tools: Encode kernel module mappings in perf.dataArnaldo Carvalho de Melo
2010-01-13perf tools: Handle relocatable kernelsArnaldo Carvalho de Melo
2009-12-28perf record: We should fork only if a program was specified to runArnaldo Carvalho de Melo
2009-12-16perf record: Use per-task-per-cpu events for inherited eventsPeter Zijlstra