index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
builtin-stat.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
perf stat: Clean up statistics calculations a bit more
Peter Zijlstra
2009-09-04
1
-17
/
+14
*
perf stat: More advanced variance computation
Peter Zijlstra
2009-09-04
1
-12
/
+12
*
perf stat: Use stddev_mean in stead of stddev
Peter Zijlstra
2009-09-04
1
-6
/
+19
*
perf stat: Remove the limit on repeat
Peter Zijlstra
2009-09-04
1
-57
/
+27
*
perf stat: Change noise calculation to use stddev
Peter Zijlstra
2009-09-04
1
-101
/
+69
*
perf tools: Librarize trace_event() helper
Frederic Weisbecker
2009-08-16
1
-0
/
+2
*
perf tools: Factorize high level dso helpers
Frederic Weisbecker
2009-08-12
1
-1
/
+0
*
perf stat: Fix tool option consistency: rename -S/--scale to -c/--scale
Brice Goglin
2009-08-09
1
-1
/
+1
*
perf_counter: Improve perf stat and perf record option parsing
Anton Blanchard
2009-07-22
1
-1
/
+2
*
perf stat: Handle pipe read failures in perf stat
Frederic Weisbecker
2009-07-01
1
-2
/
+4
*
perf stat: Define MATCH_EVENT for easy attr checking
Jaswinder Singh Rajput
2009-07-01
1
-17
/
+10
*
perf_counter tools: Add more warnings and fix/annotate them
Ingo Molnar
2009-07-01
1
-8
/
+10
*
perf_counter: Provide a way to enable counters on exec
Paul Mackerras
2009-06-30
1
-3
/
+3
*
perf_counter tools: Reduce perf stat measurement overhead/skew
Paul Mackerras
2009-06-29
1
-14
/
+50
*
perf stat: Use percentages for scaling output
Ingo Molnar
2009-06-29
1
-1
/
+2
*
perf stat: Micro-optimize the code: memcpy is only required if no event is se...
Jaswinder Singh Rajput
2009-06-28
1
-5
/
+6
*
perf stat: Improve output
Jaswinder Singh Rajput
2009-06-27
1
-6
/
+5
*
perf stat: Fix multi-run stats
Ingo Molnar
2009-06-27
1
-4
/
+11
*
perf stat: Add -n/--null option to run without counters
Ingo Molnar
2009-06-27
1
-1
/
+4
*
perf stat: Remove dead code
Jaswinder Singh Rajput
2009-06-24
1
-31
/
+13
*
perf stat: Fix verbose for perf stat
Jaswinder Singh Rajput
2009-06-23
1
-8
/
+12
*
perf_counter tools: Define and use our own u64, s64 etc. definitions
Paul Mackerras
2009-06-19
1
-31
/
+31
*
perf stat: Enable raw data to be printed
Ingo Molnar
2009-06-13
1
-17
/
+29
*
perf stat: Add feature to run and measure a command multiple times
Ingo Molnar
2009-06-13
1
-65
/
+194
*
perf stat: Reorganize output
Ingo Molnar
2009-06-13
1
-27
/
+40
*
perf_counter: Standardize event names
Peter Zijlstra
2009-06-11
1
-15
/
+16
*
perf_counter tools: Propagate signals properly
Peter Zijlstra
2009-06-10
1
-0
/
+13
*
perf stat: Print out instructins/cycle metric
Ingo Molnar
2009-06-07
1
-0
/
+11
*
perf stat: Continue even on counter creation error
Ingo Molnar
2009-06-07
1
-14
/
+17
*
perf_counter tools: Move from Documentation/perf_counter/ to tools/perf/
Ingo Molnar
2009-06-06
1
-0
/
+339