aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/builtin-record.c
AgeCommit message (Expand)Author
2010-11-22perf record: Handle restrictive permissions in /proc/{kallsyms,modules}Arnaldo Carvalho de Melo
2010-11-10perf record: make the record options available outside perf recordTom Zanussi
2010-10-26perf scripting: Shut up 'perf record' final statusArnaldo Carvalho de Melo
2010-10-26perf record: Remove newline character from perror() argumentMatt Fleming
2010-07-30perf tools: Release session and symbol resources on exitArnaldo Carvalho de Melo
2010-07-29perf record: Release resources at exitArnaldo Carvalho de Melo
2010-06-28Merge branch 'linus' into perf/coreThomas Gleixner
2010-06-25perf kvm: Get rid of unused guest_kallsymsGui Jianfeng
2010-06-17perf record: prevent kill(0, SIGTERM);Ian Munsie
2010-06-17perf record: Add option to avoid updating buildid cacheStephane Eranian
2010-06-17perf record: Avoid synthesizing mmap() for all processes in per-thread modeStephane Eranian
2010-06-09perf: Add non-exec mmap() trackingEric B Munson
2010-06-05perf report: Implement --sort cpuArun Sharma
2010-06-05perf tools: Add the ability to specify list of cpus to monitorStephane Eranian
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