aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-record.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2009-11-11perf tools: Synthetize the targeted processFrederic Weisbecker1-1/+10
2009-11-08perf tools: Fix permission checksPekka Enberg1-1/+1
2009-11-08perf symbols: Use the buildids if presentArnaldo Carvalho de Melo1-3/+46
2009-10-27perf tools: Generalize event synthesizing routinesArnaldo Carvalho de Melo1-171/+10
2009-10-27perf record: Fix race where process can disappear while reading its /proc/pid/tasksArnaldo Carvalho de Melo1-0/+4
2009-10-23perf tools: Unify debug messages mechanismsArnaldo Carvalho de Melo1-1/+1
2009-10-19perf tools: Introduce bitmask'ed additional headersFrederic Weisbecker1-2/+2
2009-10-19perf tools: Use kernel bitmap libraryFrederic Weisbecker1-3/+0
2009-10-15perf trace: Add filter SuppportLi Zefan1-1/+14
2009-10-12perf tools: Fix counter sample frequency breakageMike Galbraith1-1/+13
2009-10-07perf tools: Merge trace.info content into perf.dataFrederic Weisbecker1-4/+3
2009-10-06perf tools: Default to 1 KHz auto-sampling freq eventsIngo Molnar1-26/+26
2009-10-04perf: Propagate term signal to childChris Wilson1-0/+6
2009-09-21perf: Do the big rename: Performance Counters -> Performance EventsIngo Molnar1-11/+11
2009-09-17perf record: Disable profiling before draining the bufferPeter Zijlstra1-1/+12
2009-09-14perf tools: Implement counter output multiplexingIngo Molnar1-17/+26
2009-09-14perf tools: Add an option to multiplex counters in a single channelFrederic Weisbecker1-0/+6
2009-09-03perf trace: Sample timestamps as wellIngo Molnar1-0/+1
2009-09-02perf trace: Sample the CPU tooIngo Molnar1-1/+3
2009-08-28perf tools: Only save the event formats we needFrederic Weisbecker1-2/+2
2009-08-18perf tools: Record events info also when :record suffix is used.Frederic Weisbecker1-3/+11
2009-08-17perf tools: Add perf traceFrederic Weisbecker1-0/+4
2009-08-16perf tools: Librarize trace_event() helperFrederic Weisbecker1-0/+1
2009-08-15Merge branch 'perfcounters/urgent' into perfcounters/coreIngo Molnar1-37/+58
2009-08-15perf record: Fix typo in pid_synthesize_comm_eventArnaldo Carvalho de Melo1-1/+1
2009-08-13perf tools: Add a general option to enable raw sample recordsFrederic Weisbecker1-0/+5
2009-08-13perf tools: Add a per tracepoint counter attribute to get raw sampleFrederic Weisbecker1-1/+1
2009-08-12perf record: Add missing -C option support for specifying profile cpuJens Axboe1-3/+14
2009-08-12perf record: Fix .tid and .pid fill-in when synthesizing eventsArnaldo Carvalho de Melo1-33/+38
2009-08-12perf tools: Factorize the map helpersFrederic Weisbecker1-0/+1
2009-08-12perf tools: Factorize the event structure definitions in a single fileFrederic Weisbecker1-18/+0
2009-08-12perf tools: Factorize high level dso helpersFrederic Weisbecker1-1/+0
2009-08-09perf record: Fix the -A UI for empty or non-existent perf.dataPierre Habouzit1-4/+8
2009-08-09perf_counter: Fix/complete ftrace event records samplingFrederic Weisbecker1-0/+1
2009-07-22perf_counter: Improve perf stat and perf record option parsingAnton Blanchard1-1/+2
2009-07-18perf_counter: Add perf record option to log addressesAnton Blanchard1-0/+6
2009-07-18perf_counter: Synthesize VDSO mmap eventAnton Blanchard1-0/+4
2009-07-01perf_counter tools: Add more warnings and fix/annotate themIngo Molnar1-2/+2
2009-06-25perf record: Fix unhandled io return valueFrederic Weisbecker1-1/+4
2009-06-25perf-report: Add modes for inherited stats and no-samplesPeter Zijlstra1-2/+17