summaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-record.c
Commit message (Expand)AuthorAgeFilesLines
* perf options: Check v type in OPT_U?INTEGERArnaldo Carvalho de Melo2010-05-171-5/+3Star
* perf record: Fix bug mismatch with -c option definitionStephane Eranian2010-05-171-6/+5Star
* perf tools: change event inheritance logic in stat and recordStephane Eranian2010-05-131-6/+6
* perf: Introduce a new "round of buffers read" pseudo eventFrederic Weisbecker2010-05-091-10/+24
* perf/record: simplify TRACE_INFO tracepoint checkTom Zanussi2010-05-051-10/+1Star
* perf: record TRACE_INFO only if using tracepoints and SAMPLE_RAWTom Zanussi2010-05-031-14/+21
* perf record: Don't exit in live mode when no tracepoints are enabledArnaldo Carvalho de Melo2010-05-021-6/+9
* perf: add perf-inject builtinTom Zanussi2010-05-021-1/+1
* perf/live: don't synthesize build ids at the end of a live mode traceTom Zanussi2010-05-021-7/+0Star
* perf tools: Rename "kernel_info" to "machine"Arnaldo Carvalho de Melo2010-04-281-19/+17Star
* perf: 'perf kvm' tool for monitoring guest performance from hostZhang, Yanmin2010-04-191-3/+60
* Merge branch 'perf/live' into perf/coreIngo Molnar2010-04-151-7/+61
|\
| * perf: Convert perf header build_ids into build_id eventsTom Zanussi2010-04-141-3/+12
| * perf: Convert perf tracing data into a tracing_data eventTom Zanussi2010-04-141-0/+16
| * perf: Convert perf event types into event type eventsTom Zanussi2010-04-141-0/+7
| * perf: Convert perf header attrs into attr eventsTom Zanussi2010-04-141-0/+10
| * perf record: Introduce special handling for pipe outputTom Zanussi2010-04-141-3/+15
| * perf: Add pipe-specific header read/write and event processing codeTom Zanussi2010-04-141-1/+1
* | perf: Make the trace events sample period default to 1Frederic Weisbecker2010-04-151-14/+22
* | perf: Make -f the default for perf recordFrederic Weisbecker2010-04-151-15/+25
|/
* perf: Fix endianness argument compatibility with OPT_BOOLEAN() and introduce ...Ian Munsie2010-04-141-12/+12
* perf tools: Move the prototypes in util/string.h to util.hArnaldo Carvalho de Melo2010-04-031-1/+0Star
* perf record: Add a fallback to the reference relocation symbolArnaldo Carvalho de Melo2010-04-021-0/+3
* perf record: Zero out mmap_array to fix segfaultZhang, Yanmin2010-03-261-1/+1
* perf events: Change perf parameter --pid to process-wide collection instead o...Zhang, Yanmin2010-03-181-101/+159
* perf record: Enable counters only when kernel is execing subcommandZhang, Yanmin2010-03-181-18/+15Star
* perf record: Enable the enable_on_exec flag if record forks the targetEric B Munson2010-03-151-5/+8
* Merge branch 'perf/urgent' into perf/coreIngo Molnar2010-03-121-4/+9
|\
| * perf record: Don't try to find buildids in a zero sized fileArnaldo Carvalho de Melo2010-03-111-0/+3
| * perf tools: Fix sparse CPU numbering related bugsPaul Mackerras2010-03-111-4/+3Star
| * perf record: Add ID and to recorded event data when recording multiple eventsEric B Munson2010-03-101-0/+3
* | perf record: Mention paranoid sysctl when failing to create counterArnaldo Carvalho de Melo2010-03-111-1/+2
|/
* perf record: Fix existing process callgraph symbolaustin_zhang@linux.intel.com2010-02-081-1/+1
* perf tools: Clean up O_LARGEFILE et al usageXiao Guangrong2010-02-041-2/+1Star
* perf record: Stop intercepting events, use postprocessing to get build-idsArnaldo Carvalho de Melo2010-02-041-19/+18Star
* perf tools: Use O_LARGEFILE to open perf data fileXiao Guangrong2010-02-031-1/+4
* Revert "perf record: Intercept all events"Hitoshi Mitake2010-01-311-18/+10Star
* perf session: Create kernel maps in the constructorArnaldo Carvalho de Melo2010-01-291-5/+0Star
* perf record: Intercept all eventsArnaldo Carvalho de Melo2010-01-161-10/+18
* perf record: Encode the domain while synthesizing MMAP eventsArnaldo Carvalho de Melo2010-01-161-2/+6
* perf tools: Encode kernel module mappings in perf.dataArnaldo Carvalho de Melo2010-01-131-0/+11
* perf tools: Handle relocatable kernelsArnaldo Carvalho de Melo2010-01-131-0/+7
* perf record: We should fork only if a program was specified to runArnaldo Carvalho de Melo2009-12-281-6/+8
* perf record: Use per-task-per-cpu events for inherited eventsPeter Zijlstra2009-12-161-2/+2
* perf record: Properly synchronize child creationPeter Zijlstra2009-12-161-38/+71
* perf symbols: Adopt the strlists for dso, commArnaldo Carvalho de Melo2009-12-161-3/+3
* perf symbols: Make symbol_conf globalArnaldo Carvalho de Melo2009-12-161-2/+2
* perf record: Rename perf.data to perf.data.old if --force/-f is usedArnaldo Carvalho de Melo2009-12-151-4/+13
* perf session: Move kmaps to perf_sessionArnaldo Carvalho de Melo2009-12-141-1/+1
* perf session: Pass the perf_session to the event handling operationsArnaldo Carvalho de Melo2009-12-141-4/+7