aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2011-12-23perf tools: Look up thread names for system wide profilingGravatar David Ahern 1-22/+53
2011-12-23perf tools: Fix comm for processes with named threadsGravatar David Ahern 1-5/+32
2011-12-22ktest: Fix compare script to test if options are not documentedGravatar Steven Rostedt 1-1/+3
2011-12-22ktest: Detect typos in option namesGravatar Steven Rostedt 2-80/+139
2011-12-22ktest: Have all values be set by defaultsGravatar Steven Rostedt 1-27/+59
2011-12-22ktest: Change initialization of defaults hash to perl formatGravatar Steven Rostedt 1-35/+36
2011-12-22ktest: Add options SWITCH_TO_GOOD and SWITCH_TO_TESTGravatar Steven Rostedt 2-7/+47
2011-12-22ktest: Allow overriding bisect test resultsGravatar Steven Rostedt 2-0/+83
2011-12-22ktest: Evaluate options before processing themGravatar Steven Rostedt 1-5/+6
2011-12-22ktest: Evaluate $KERNEL_VERSION in both install and post installGravatar Steven Rostedt 1-3/+12
2011-12-22ktest: Only ask options needed for installGravatar Steven Rostedt 1-5/+14
2011-12-22ktest: When creating a new config, ask for BUILD_OPTIONSGravatar Steven Rostedt 1-1/+14
2011-12-22ktest: Do not ask for some options if the only test is buildGravatar Steven Rostedt 1-12/+31
2011-12-22ktest: Ask for type of test when creating a new configGravatar Steven Rostedt 1-4/+12
2011-12-22ktest: Allow bisect test to restart where it left offGravatar Steven Rostedt 1-6/+64
2011-12-22perf report: Fix usage stringGravatar Namhyung Kim 1-1/+1
2011-12-21perf: Add support for PERF_HW_COUNT_REF_CPU_CYCLESGravatar Stephane Eranian 1-0/+2
2011-12-20Merge branch 'perf/core' of git://github.com/acmel/linux into perf/coreGravatar Ingo Molnar 12-24/+160
2011-12-20Merge commit 'v3.2-rc6' into perf/coreGravatar Ingo Molnar 3-2/+19
2011-12-20perf test: Add more automated tests for event parsingGravatar Jiri Olsa 1-1/+126
2011-12-20perf events: Tidy up perf_event__preprocess_sampleGravatar Namhyung Kim 1-6/+7
2011-12-20perf tools: Remove stale git headlines from top commentGravatar Namhyung Kim 2-2/+8
2011-12-20perf tools: Fix a memory leak on perf_read_values_destroyGravatar Namhyung Kim 1-0/+1
2011-12-20perf symbols: Fix error path on symbol__init()Gravatar Namhyung Kim 1-2/+2
2011-12-20perf symbols: Get rid of duplicated snprintf()Gravatar Namhyung Kim 1-6/+1
2011-12-20perf evlist: Fix errno value reporting on failed mmapGravatar Nelson Elhage 1-1/+3
2011-12-20perf report: Document '--call-graph' for optional print_limit argumentGravatar Namhyung Kim 2-5/+6
2011-12-20perf evsel: Fix uninitialized memory access to struct perf_sampleGravatar Robert Richter 1-1/+1
2011-12-20perf record: Add ability to record event periodGravatar Andrew Vagin 3-0/+5
2011-12-15tools/power turbostat: update fields in manpageGravatar Arun Thomas 1-4/+4
2011-12-12perf tools: Add ability to synthesize event according to a sampleGravatar Andrew Vagin 3-0/+90
2011-12-12perf script: Implement option for system-wide profilingGravatar Robert Richter 1-5/+10
2011-12-12perf script: Fix mem leaks and NULL pointer checks around strdup()sGravatar Robert Richter 1-19/+29
2011-12-09Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 2-2/+3
2011-12-07Merge branch 'perf/urgent' of git://github.com/acmel/linux into perf/urgentGravatar Ingo Molnar 2-2/+3
2011-12-06Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-0/+2
2011-12-06perf header: Use event_name() to get an event nameGravatar Andrew Vagin 1-1/+1
2011-12-06Merge branch 'perf/urgent' into perf/coreGravatar Ingo Molnar 4-12/+14
2011-12-05Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 4-12/+14
2011-12-05perf: Fix parsing of __print_flags() in TP_printk()Gravatar Steven Rostedt 1-0/+2
2011-12-05perf stat: Failure with "Operation not supported"Gravatar Anton Blanchard 1-1/+2
2011-12-02perf test: Soft errors shouldn't stop the "Validate PERF_RECORD_" testGravatar Arnaldo Carvalho de Melo 1-24/+21
2011-12-02perf test: Validate PERF_RECORD_ events and perf_sample fieldsGravatar Arnaldo Carvalho de Melo 1-0/+337
2011-12-02perf event: Introduce perf_event__fprintfGravatar Arnaldo Carvalho de Melo 2-6/+54
2011-11-29perf test: Allow running just a subset of the available testsGravatar Arnaldo Carvalho de Melo 2-22/+67
2011-11-29perf evlist: Always do automatic allocation of pollfd and mmap structuresGravatar Arnaldo Carvalho de Melo 5-27/+7
2011-11-28perf tools: Save some loops using perf_evlist__id2evselGravatar Arnaldo Carvalho de Melo 5-75/+136
2011-11-28perf script: Add comm filtering optionGravatar David Ahern 2-0/+17
2011-11-28perf tools: make -C consistent across commands (for cpu list arg)Gravatar David Ahern 6-8/+8
2011-11-28perf top: Stop using globals for tool stateGravatar Arnaldo Carvalho de Melo 2-235/+245