summaryrefslogtreecommitdiff
path: root/tools/perf
AgeCommit message (Expand)AuthorFilesLines
2011-12-23perf: builtin-record: Document and check that mmap_pages must be a power of two.Nelson Elhage4-1/+17
2011-12-23perf: builtin-record: Provide advice if mmap'ing fails with EPERM.Nelson Elhage1-1/+8
2011-12-23perf tools: Fix truncated annotationIngo Molnar1-1/+1
2011-12-23perf script: look up thread using tid instead of pidDavid Ahern1-1/+1
2011-12-23perf tools: Look up thread names for system wide profilingDavid Ahern1-22/+53
2011-12-23perf tools: Fix comm for processes with named threadsDavid Ahern1-5/+32
2011-12-22perf report: Fix usage stringNamhyung Kim1-1/+1
2011-12-21perf: Add support for PERF_HW_COUNT_REF_CPU_CYCLESStephane Eranian1-0/+2
2011-12-20Merge branch 'perf/core' of git://github.com/acmel/linux into perf/coreIngo Molnar12-24/+160
2011-12-20Merge commit 'v3.2-rc6' into perf/coreIngo Molnar2-2/+3
2011-12-20perf test: Add more automated tests for event parsingJiri Olsa1-1/+126
2011-12-20perf events: Tidy up perf_event__preprocess_sampleNamhyung Kim1-6/+7
2011-12-20perf tools: Remove stale git headlines from top commentNamhyung Kim2-2/+8
2011-12-20perf tools: Fix a memory leak on perf_read_values_destroyNamhyung Kim1-0/+1
2011-12-20perf symbols: Fix error path on symbol__init()Namhyung Kim1-2/+2
2011-12-20perf symbols: Get rid of duplicated snprintf()Namhyung Kim1-6/+1
2011-12-20perf evlist: Fix errno value reporting on failed mmapNelson Elhage1-1/+3
2011-12-20perf report: Document '--call-graph' for optional print_limit argumentNamhyung Kim2-5/+6
2011-12-20perf evsel: Fix uninitialized memory access to struct perf_sampleRobert Richter1-1/+1
2011-12-20perf record: Add ability to record event periodAndrew Vagin3-0/+5
2011-12-12perf tools: Add ability to synthesize event according to a sampleAndrew Vagin3-0/+90
2011-12-12perf script: Implement option for system-wide profilingRobert Richter1-5/+10
2011-12-12perf script: Fix mem leaks and NULL pointer checks around strdup()sRobert Richter1-19/+29
2011-12-08Merge branch 'perf/urgent' of git://github.com/acmel/linux into perf/urgentIngo Molnar2-2/+3
2011-12-06perf header: Use event_name() to get an event nameAndrew Vagin1-1/+1
2011-12-06Merge branch 'perf/urgent' into perf/coreIngo Molnar4-12/+14
2011-12-05perf: Fix parsing of __print_flags() in TP_printk()Steven Rostedt1-0/+2
2011-12-05perf stat: Failure with "Operation not supported"Anton Blanchard1-1/+2
2011-12-02perf test: Soft errors shouldn't stop the "Validate PERF_RECORD_" testArnaldo Carvalho de Melo1-24/+21
2011-12-02perf test: Validate PERF_RECORD_ events and perf_sample fieldsArnaldo Carvalho de Melo1-0/+337
2011-12-02perf event: Introduce perf_event__fprintfArnaldo Carvalho de Melo2-6/+54
2011-11-29perf test: Allow running just a subset of the available testsArnaldo Carvalho de Melo2-22/+67
2011-11-29perf evlist: Always do automatic allocation of pollfd and mmap structuresArnaldo Carvalho de Melo5-27/+7
2011-11-28perf tools: Save some loops using perf_evlist__id2evselArnaldo Carvalho de Melo5-75/+136
2011-11-28perf script: Add comm filtering optionDavid Ahern2-0/+17
2011-11-28perf tools: make -C consistent across commands (for cpu list arg)David Ahern6-8/+8
2011-11-28perf top: Stop using globals for tool stateArnaldo Carvalho de Melo2-235/+245
2011-11-28perf tools: Rename perf_event_ops to perf_toolArnaldo Carvalho de Melo22-277/+301
2011-11-28perf tools: Resolve machine earlier and pass it to perf_event_opsArnaldo Carvalho de Melo24-375/+376
2011-11-28perf tools: Pass tool context in the the perf_event_ops functionsArnaldo Carvalho de Melo20-373/+520
2011-11-28perf annotate: Group options in a structArnaldo Carvalho de Melo1-31/+33
2011-11-28perf report: Group options in a structArnaldo Carvalho de Melo1-52/+59
2011-11-28perf tools: Use evsel->attr.sample_type instead of session->sample_typeArnaldo Carvalho de Melo2-6/+8
2011-11-28perf session: Remove superfluous callchain_cursor memberArnaldo Carvalho de Melo5-14/+14
2011-11-28perf event: perf_event_ops->attr() manipulates only an evlistArnaldo Carvalho de Melo5-17/+34
2011-11-28perf evlist: Introduce id_hdr_size method out of perf_sessionArnaldo Carvalho de Melo3-28/+34
2011-11-28perf symbols: Add nr_events to symbol_confArnaldo Carvalho de Melo10-37/+30
2011-11-28perf ui progress: Fix divide by zeroArnaldo Carvalho de Melo1-0/+3
2011-11-28perf record: Move 'group' to perf_event_opsArnaldo Carvalho de Melo2-5/+5
2011-11-28perf session: Move threads to struct machineArnaldo Carvalho de Melo6-15/+58