aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-record.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2010-01-29perf session: Create kernel maps in the constructorArnaldo Carvalho de Melo1-5/+0
2010-01-16perf record: Intercept all eventsArnaldo Carvalho de Melo1-10/+18
2010-01-16perf record: Encode the domain while synthesizing MMAP eventsArnaldo Carvalho de Melo1-2/+6
2010-01-13perf tools: Encode kernel module mappings in perf.dataArnaldo Carvalho de Melo1-0/+11
2010-01-13perf tools: Handle relocatable kernelsArnaldo Carvalho de Melo1-0/+7
2009-12-28perf record: We should fork only if a program was specified to runArnaldo Carvalho de Melo1-6/+8
2009-12-16perf record: Use per-task-per-cpu events for inherited eventsPeter Zijlstra1-2/+2
2009-12-16perf record: Properly synchronize child creationPeter Zijlstra1-38/+71
2009-12-16perf symbols: Adopt the strlists for dso, commArnaldo Carvalho de Melo1-3/+3
2009-12-16perf symbols: Make symbol_conf globalArnaldo Carvalho de Melo1-2/+2
2009-12-15perf record: Rename perf.data to perf.data.old if --force/-f is usedArnaldo Carvalho de Melo1-4/+13
2009-12-14perf session: Move kmaps to perf_sessionArnaldo Carvalho de Melo1-1/+1
2009-12-14perf session: Pass the perf_session to the event handling operationsArnaldo Carvalho de Melo1-4/+7
2009-12-12perf tools: Introduce perf_session classArnaldo Carvalho de Melo1-12/+13
2009-11-23perf record, x86: Print more intelligent error message when sampling failsSimon Kaempflein1-0/+6
2009-11-19perf tools: Eliminate some more die() uses in library functionsArnaldo Carvalho de Melo1-2/+5
2009-11-19perf tools: perf_header__read() shouldn't die()Arnaldo Carvalho de Melo1-7/+9
2009-11-17perf tools: Don't die() in perf_header__new()Arnaldo Carvalho de Melo1-0/+5
2009-11-17perf tools: Don't die() in perf_header_attr__add_id()Arnaldo Carvalho de Melo1-1/+4
2009-11-17perf tools: Don't die() in perf_header__add_attr()Arnaldo Carvalho de Melo1-1/+4
2009-11-17perf tools: Don't die in perf_header_attr__new()Arnaldo Carvalho de Melo1-1/+4
2009-11-15Merge commit 'v2.6.32-rc7' into perf/coreIngo Molnar1-1/+1
2009-11-11perf tools: Use perf_header__set/has_feat whenever possibleFrederic Weisbecker1-2/+2
2009-11-11perf tools: Move the build-id storage operations to headersFrederic Weisbecker1-30/+2