index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
perf_counter: Generate mmap events for install_special_mapping()
Peter Zijlstra
2009-06-05
3
-20
/
+33
*
x86: Set context.vdso before installing the mapping
Peter Zijlstra
2009-06-05
2
-3
/
+10
*
perf record, top: Implement --freq
Ingo Molnar
2009-06-05
2
-5
/
+18
*
perf record: Split out counter creation into a helper function
Ingo Molnar
2009-06-05
1
-47
/
+53
*
perf_counter tools: Fix incorrect printf formats
Yong Wang
2009-06-05
1
-1
/
+1
*
perf_counter: Fix lockup with interrupting counters
Paul Mackerras
2009-06-05
1
-1
/
+1
*
perf_counter tools: Fix warn_unused_result warnings
Frederic Weisbecker
2009-06-04
1
-2
/
+5
*
perf report: Add -vvv to print the list of threads and its mmaps
Arnaldo Carvalho de Melo
2009-06-04
1
-0
/
+36
*
perf_counter: Sleep before refresh using poll in perf top
Frederic Weisbecker
2009-06-04
1
-11
/
+9
*
perf_counter tools: Use fork and remove munmap events
Peter Zijlstra
2009-06-04
2
-31
/
+93
*
perf_counter: Remove munmap stuff
Peter Zijlstra
2009-06-04
3
-51
/
+4
*
perf_counter: Add fork event
Peter Zijlstra
2009-06-04
3
-19
/
+126
*
perf stat: Update help text
Ingo Molnar
2009-06-04
1
-11
/
+19
*
perf report: Bail out if there are unrecognized options/arguments
Ingo Molnar
2009-06-04
1
-1
/
+7
*
perf_counter tools: Dont output in color on !tty
Ingo Molnar
2009-06-04
1
-3
/
+14
*
perf_counter tools: Add color terminal output support
Ingo Molnar
2009-06-04
6
-7
/
+300
*
perf report: Add consistent spacing rules
Peter Zijlstra
2009-06-04
1
-15
/
+19
*
perf report: Print out the total number of events
Ingo Molnar
2009-06-04
1
-0
/
+2
*
perf_counter tools: Print out symbol parsing errors only if --verbose
Ingo Molnar
2009-06-04
4
-19
/
+32
*
perf report: Simplify symbol output
Peter Zijlstra
2009-06-04
1
-11
/
+6
*
perf_counter tools: Build with native optimization
Ingo Molnar
2009-06-04
1
-1
/
+1
*
perf record/report: Fix PID/COMM handling
Ingo Molnar
2009-06-04
2
-2
/
+2
*
perf_counter: Documentation update
Yong Wang
2009-06-04
1
-7
/
+0
*
perf_counter: powerpc: Use new identifier names in powerpc-specific code
Paul Mackerras
2009-06-04
1
-1
/
+1
*
perf top: Reduce default filter threshold
Ingo Molnar
2009-06-04
1
-5
/
+8
*
perf report: Fix rbtree bug
Arnaldo Carvalho de Melo
2009-06-04
1
-4
/
+5
*
perf report: Handle all known event types
Ingo Molnar
2009-06-03
1
-0
/
+9
*
perf report: Split out event processing helpers
Ingo Molnar
2009-06-03
1
-93
/
+118
*
perf report: Clean up event processing
Ingo Molnar
2009-06-03
1
-88
/
+98
*
perf_counter: Fix throttling lock-up
Ingo Molnar
2009-06-03
2
-6
/
+15
*
perf_counter tools: Work around warnings in older GCCs
Ingo Molnar
2009-06-03
2
-2
/
+2
*
perf_counter tools: Fix off-by-one bug in symbol__new
Arnaldo Carvalho de Melo
2009-06-03
1
-1
/
+1
*
perf_counter tools: Optimize harder
Ingo Molnar
2009-06-03
1
-1
/
+1
*
perf help: Fix bug when there's no perf-* command around
Ingo Molnar
2009-06-03
1
-12
/
+16
*
perf report: Add front-entry cache for lookups
Ingo Molnar
2009-06-03
1
-1
/
+14
*
perf stat: Print out all arguments
Ingo Molnar
2009-06-03
1
-2
/
+10
*
perf report: Display 100% correctly
Ingo Molnar
2009-06-03
1
-1
/
+1
*
perf record: Refine capture printout
Ingo Molnar
2009-06-03
1
-10
/
+24
*
perf_counter tools: Clean up old kerneltop references
Ingo Molnar
2009-06-03
2
-11
/
+9
*
perf_counter: Fix race in counter initialization
Peter Zijlstra
2009-06-03
1
-11
/
+14
*
perf report: Fix comm sorting
Peter Zijlstra
2009-06-03
1
-6
/
+112
*
perf record: Use long arg for counter period
Peter Zijlstra
2009-06-03
3
-3
/
+21
*
perf_counter: Add a comm hook for pure fork()s
Peter Zijlstra
2009-06-03
1
-0
/
+6
*
perf_counter: powerpc: Fix race causing "oops trying to read PMC0" errors
Paul Mackerras
2009-06-03
1
-2
/
+14
*
perf_counter: powerpc: Fix event alternative code generation on POWER5/5+
Paul Mackerras
2009-06-03
2
-4
/
+4
*
perf report: Handle vDSO symbols properly
Ingo Molnar
2009-06-03
1
-0
/
+15
*
perf report: Improve sort key recognition
Ingo Molnar
2009-06-03
1
-12
/
+17
*
perf report: Print -D to stdout
Ingo Molnar
2009-06-03
1
-34
/
+30
*
perf_counter tools: Cover PLT symbols too
Arnaldo Carvalho de Melo
2009-06-03
1
-5
/
+138
*
perf_counter/x86: Remove the IRQ (non-NMI) handling bits
Yong Wang
2009-06-03
7
-26
/
+6
[next]