aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2009-06-22[S390] Enable tick based perf_counter on s390.Gravatar Martin Schwidefsky 1-0/+6
2009-06-20perfcounter: Handle some IO return valuesGravatar Frederic Weisbecker 2-3/+11
2009-06-19perf_counter tools: Define and use our own u64, s64 etc. definitionsGravatar Paul Mackerras 13-156/+176
2009-06-19perf_counter tools: Add a data file headerGravatar Peter Zijlstra 3-43/+73
2009-06-19perf_counter: Update userspace callchain sampling usesGravatar Peter Zijlstra 1-47/+39
2009-06-18perf report: Filter to parent set by defaultGravatar Ingo Molnar 2-4/+28
2009-06-18perf_counter tools: Handle lost eventsGravatar Peter Zijlstra 2-5/+44
2009-06-18perf_counter: tools: Makefile tweaks for 64-bit powerpcGravatar Paul Mackerras 1-1/+6
2009-06-18perf_counter tools: Add and use isprint()Gravatar Peter Zijlstra 3-18/+20
2009-06-18perf report: Add validation of call-chain entriesGravatar Ingo Molnar 1-28/+46
2009-06-18perf report: Tidy up the "--parent <regex>" and "--sort parent" call-chain fe...Gravatar Ingo Molnar 1-33/+34
2009-06-17perf_counter tools: Replace isprint() with issane()Gravatar Peter Zijlstra 2-1/+2
2009-06-17perf report: Add --sort <call> --call <$regex>Gravatar Peter Zijlstra 1-51/+158
2009-06-15perf report: Fix 32-bit printf formatGravatar Ingo Molnar 1-1/+1
2009-06-15perf report: Add per system call overhead histogramGravatar Ingo Molnar 1-0/+12
2009-06-15perf record: Fix fast task-exit raceGravatar Ingo Molnar 1-4/+12
2009-06-14perf record/report: Add call graph / call chain profilingGravatar Ingo Molnar 2-12/+53
2009-06-14perf report: Print out raw events in hexaGravatar Ingo Molnar 1-1/+35
2009-06-13perf annotate: Fixes for filename:line displaysGravatar Frederic Weisbecker 1-5/+6
2009-06-13perf stat: Enable raw data to be printedGravatar Ingo Molnar 2-18/+30
2009-06-13perf stat: Add feature to run and measure a command multiple timesGravatar Ingo Molnar 1-65/+194
2009-06-13perf stat: Reorganize outputGravatar Ingo Molnar 2-29/+42
2009-06-13perf annotate: Print a sorted summary of annotated overhead linesGravatar Frederic Weisbecker 1-21/+90
2009-06-13perf annotate: Print the filename:line for annotated colored linesGravatar Frederic Weisbecker 2-1/+98
2009-06-12perf_counter: Start documenting HAVE_PERF_COUNTERS requirementsGravatar Mike Frysinger 1-0/+15
2009-06-12perf_counter: Add forward/backward attribute ABI compatibilityGravatar Peter Zijlstra 1-2/+3
2009-06-12perf record: Explicity program a default counterGravatar Peter Zijlstra 1-2/+5
2009-06-12perf_counter tools: Remove one L1-data aliasGravatar Yong Wang 1-1/+1
2009-06-11perf_counter: Standardize event namesGravatar Peter Zijlstra 5-55/+56
2009-06-11perf_counter tools: Clean up u64 usageGravatar Ingo Molnar 6-47/+47
2009-06-11perf_counter tools: Normalize data using per sample period dataGravatar Peter Zijlstra 2-8/+13
2009-06-10perf_counter tools: Propagate signals properlyGravatar Peter Zijlstra 2-0/+25
2009-06-10perf_counter tools: Small frequency related fixesGravatar Peter Zijlstra 2-2/+7
2009-06-08perf_counter tools: Standardize color printingGravatar Ingo Molnar 3-12/+19
2009-06-08perf report: Add support for profiling JIT generated codeGravatar Pekka Enberg 2-1/+79
2009-06-07perf stat: Print out instructins/cycle metricGravatar Ingo Molnar 1-0/+11
2009-06-07perf report: Print more expressive message in case of file open errorGravatar Ingo Molnar 1-1/+4
2009-06-07perf_counter tools: Handle kernels with !CONFIG_PERF_COUNTERGravatar Ingo Molnar 2-7/+8
2009-06-07perf record: Fall back to cpu-clock-ticks if no PMUGravatar Ingo Molnar 2-6/+33
2009-06-07perf top: Fall back to cpu-clock-tick hrtimer sampling if no cycle counter av...Gravatar Ingo Molnar 2-50/+73
2009-06-07perf stat: Continue even on counter creation errorGravatar Ingo Molnar 1-14/+17
2009-06-07perf top: Wait for a minimal set of events before reading first snapshotGravatar Frederic Weisbecker 1-5/+17
2009-06-06perf annotate: Fix command line help textGravatar Ingo Molnar 1-1/+1
2009-06-06perf_counter tools: Initialize a stack variable before useGravatar Arjan van de Ven 1-0/+2
2009-06-06perf annotate: Automatically pick up vmlinux in the local directoryGravatar Ingo Molnar 1-1/+1
2009-06-06perf_counter tools: Fix error condition in parse_aliases()Gravatar Ingo Molnar 1-4/+4
2009-06-06perf_counter tools: Warning fixes on 32-bitGravatar Arjan van de Ven 2-3/+3
2009-06-06perf_counter tools: Move from Documentation/perf_counter/ to tools/perf/Gravatar Ingo Molnar 69-0/+15209