index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
perf.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2009-08-26
perf top: Show RIP only in verbose mode
Arnaldo Carvalho de Melo
1
-5
/
+12
2009-08-25
perf_counter: Allow sharing of output channels
Peter Zijlstra
2
-3
/
+85
2009-08-25
perf_counter: Start counting time enabled when group leader gets enabled
Paul Mackerras
1
-13
/
+30
2009-08-21
perf_counter: Fix typo in read() output generation
Peter Zijlstra
1
-1
/
+1
2009-08-19
perf tools: Check perf.data owner
Peter Zijlstra
2
-0
/
+14
2009-08-18
perf tools: Make 'make html' work
Kyle McMartin
1
-1
/
+1
2009-08-18
perf tools: Save partial non-overlapping map
Frederic Weisbecker
1
-3
/
+22
2009-08-18
perf tools: Fix comm column adjusting
Frederic Weisbecker
1
-2
/
+23
2009-08-18
perf annotate: Fix segmentation fault
Ingo Molnar
1
-0
/
+7
2009-08-18
perf_counter: Fix the PARISC build
Ingo Molnar
1
-0
/
+4
2009-08-18
perf tools: Remove obsolete defines
Ingo Molnar
1
-4
/
+0
2009-08-18
perf_counter: powerpc: Add callchain support
Paul Mackerras
2
-1
/
+528
2009-08-18
powerpc: Allow perf_counters to access user memory at interrupt time
Paul Mackerras
4
-12
/
+57
2009-08-18
powerpc/32: Always order writes to halves of 64-bit PTEs
Paul Mackerras
1
-3
/
+3
2009-08-17
perf_counter: Check task on counter read IPI
Paul Mackerras
1
-0
/
+11
2009-08-17
perf: Rename perf-examples.txt to examples.txt
Carlos R. Mafra
1
-0
/
+0
2009-08-16
perf tools: Librarize trace_event() helper
Frederic Weisbecker
11
-42
/
+76
2009-08-16
perf tools: Librarize sample type and attr finding from headers
Frederic Weisbecker
3
-38
/
+45
2009-08-16
perf tools: Put the show mode into the event headers files
Frederic Weisbecker
3
-8
/
+6
2009-08-16
perf tools: Factorize the dprintf definition
Frederic Weisbecker
4
-51
/
+62
2009-08-16
perf tools: Substract -Wformat-nonliteral from Wformat=2 in extra flags
Frederic Weisbecker
1
-1
/
+1
2009-08-16
perf: Build with stack-protector and with -D_FORTIFY_SOURCE=2
Ingo Molnar
1
-1
/
+1
2009-08-16
perf: Enable more compiler warnings
Ingo Molnar
22
-148
/
+194
2009-08-15
perf tools: Factorize the thread code in a dedicated file
Frederic Weisbecker
5
-339
/
+202
2009-08-15
perf tools: Add some comments to the event definitions
Peter Zijlstra
1
-0
/
+6
2009-08-15
perf record: Fix typo in pid_synthesize_comm_event
Arnaldo Carvalho de Melo
1
-1
/
+1
2009-08-14
Linux 2.6.31-rc6
v2.6.31-rc6
Linus Torvalds
1
-1
/
+1
2009-08-13
genirq: prevent wakeup of freed irq thread
Linus Torvalds
1
-10
/
+7
2009-08-13
Make sock_sendpage() use kernel_sendpage()
Linus Torvalds
1
-1
/
+1
2009-08-13
perf_counter: Report the cloning task as parent on perf_counter_fork()
Peter Zijlstra
1
-2
/
+2
2009-08-13
perf_counter: Fix an ipi-deadlock
Peter Zijlstra
1
-1
/
+5
2009-08-13
perf: Rework/fix the whole read vs group stuff
Peter Zijlstra
2
-83
/
+238
2009-08-13
perf_counter: Fix swcounter context invariance
Peter Zijlstra
1
-26
/
+18
2009-08-13
perf report: Don't show unresolved DSOs and symbols when -S/-d is used
Arnaldo Carvalho de Melo
1
-2
/
+3
2009-08-13
perf tools: Add a general option to enable raw sample records
Frederic Weisbecker
1
-0
/
+5
2009-08-13
perf tools: Add a per tracepoint counter attribute to get raw sample
Frederic Weisbecker
2
-1
/
+11
2009-08-13
perf_counter: Provide hw_perf_counter_setup_online() APIs
Ingo Molnar
2
-1
/
+11
2009-08-13
perf list: Fix large list output by using the pager
Arnaldo Carvalho de Melo
1
-1
/
+2
2009-08-13
sh: fix i2c init order on ap325rxa V2
Magnus Damm
1
-1
/
+1
2009-08-13
sh: fix i2c init order on Migo-R V2
Magnus Damm
1
-1
/
+1
2009-08-13
sh: convert processor device setup functions to arch_initcall()
Magnus Damm
24
-24
/
+24
2009-08-13
md: allow upper limit for resync/reshape to be set when array is read-only
NeilBrown
1
-0
/
+1
2009-08-13
md/raid5: Properly remove excess drives after shrinking a raid5/6
NeilBrown
1
-2
/
+9
2009-08-13
md/raid5: make sure a reshape restarts at the correct address.
NeilBrown
1
-1
/
+1
2009-08-13
md/raid5: allow new reshape modes to be restarted in the middle.
NeilBrown
1
-1
/
+20
2009-08-13
md: never advance 'events' counter by more than 1.
NeilBrown
1
-8
/
+5
2009-08-12
Remove double removal of blktrace directory
Alan D. Brunelle
1
-11
/
+1
2009-08-12
NFS: Fix an O_DIRECT Oops...
Trond Myklebust
4
-21
/
+16
2009-08-12
perf_counter, x86: Fix/improve apic fallback
Ingo Molnar
2
-5
/
+31
2009-08-12
perf record: Add missing -C option support for specifying profile cpu
Jens Axboe
1
-3
/
+14
[next]