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
path:
root
/
drivers
/
oprofile
Commit message (
Expand
)
Author
Age
Files
Lines
*
oprofile: fix uninitialized use of struct op_entry
Robert Richter
2009-01-17
2
-0
/
+12
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rri...
Linus Torvalds
2009-01-09
7
-296
/
+340
|
\
|
*
oprofile: make new cpu buffer functions part of the api
Robert Richter
2009-01-07
2
-10
/
+15
|
*
oprofile: remove #ifdef CONFIG_OPROFILE_IBS in non-ibs code
Robert Richter
2009-01-07
2
-10
/
+0
|
*
oprofile: use new data sample format for ibs
Robert Richter
2009-01-07
3
-59
/
+35
|
*
oprofile: add op_cpu_buffer_get_data()
Robert Richter
2009-01-07
2
-2
/
+24
|
*
oprofile: add op_cpu_buffer_add_data()
Robert Richter
2009-01-07
2
-1
/
+13
|
*
oprofile: rework implementation of cpu buffer events
Robert Richter
2009-01-07
3
-91
/
+102
|
*
oprofile: modify op_cpu_buffer_read_entry()
Robert Richter
2009-01-07
3
-14
/
+25
|
*
oprofile: add op_cpu_buffer_write_reserve()
Robert Richter
2009-01-07
2
-15
/
+37
|
*
oprofile: rename variables in add_ibs_begin()
Robert Richter
2009-01-07
1
-13
/
+13
|
*
oprofile: rename add_sample() in cpu_buffer.c
Robert Richter
2009-01-07
1
-11
/
+11
|
*
oprofile: making add_sample_entry() inline
Robert Richter
2009-01-07
1
-1
/
+1
|
*
oprofile: remove backtrace code for ibs
Robert Richter
2009-01-07
2
-10
/
+2
|
*
oprofile: remove unused ibs macro
Robert Richter
2009-01-07
1
-2
/
+0
|
*
oprofile: remove unused components in struct oprofile_cpu_buffer
Robert Richter
2009-01-07
2
-4
/
+0
|
*
oprofile: simplify add_ibs_begin()
Robert Richter
2009-01-07
1
-5
/
+2
|
*
oprofile: simplify add_sample() in cpu_buffer.c
Robert Richter
2008-12-30
1
-5
/
+1
|
*
oprofile: simplify oprofile_begin_trace()
Robert Richter
2008-12-29
1
-5
/
+4
|
*
oprofile: simplify sync_buffer()
Robert Richter
2008-12-29
1
-6
/
+14
|
*
oprofile: simplify add_sample()
Robert Richter
2008-12-29
1
-20
/
+19
|
*
oprofile: add inline function __oprofile_add_ext_sample()
Robert Richter
2008-12-29
1
-3
/
+10
|
*
oprofile: reordering some code in cpu_buffer.c
Robert Richter
2008-12-29
1
-10
/
+10
|
*
oprofile: remove ring buffer inline functions in cpu_buffer.h
Robert Richter
2008-12-29
2
-48
/
+50
|
*
oprofile: rename cpu buffer functions
Robert Richter
2008-12-29
3
-12
/
+12
|
*
oprofile: rename kernel-wide identifiers
Robert Richter
2008-12-16
5
-27
/
+28
*
|
zero i_uid/i_gid on inode allocation
Al Viro
2009-01-05
1
-3
/
+0
*
|
shrink struct dentry
Nick Piggin
2008-12-31
1
-1
/
+1
|
/
*
oprofile: fix lost sample counter
Robert Richter
2008-12-10
1
-30
/
+53
*
oprofile: remove nr_available_slots()
Robert Richter
2008-12-10
1
-34
/
+0
*
oprofile: port to the new ring_buffer
Robert Richter
2008-12-10
3
-85
/
+114
*
oprofile: moving cpu_buffer_reset() to cpu_buffer.h
Robert Richter
2008-12-10
3
-27
/
+14
*
oprofile: adding cpu_buffer_entries()
Robert Richter
2008-12-10
2
-29
/
+29
*
oprofile: adding cpu_buffer_write_commit()
Robert Richter
2008-12-10
2
-17
/
+18
*
oprofile: adding cpu buffer r/w access functions
Robert Richter
2008-12-10
3
-12
/
+22
*
oprofile: set values to default when creating oprofilefs
Robert Richter
2008-12-10
1
-3
/
+12
*
oprofile: implement switch/case in buffer_sync.c
Robert Richter
2008-12-10
1
-8
/
+14
*
oprofile: fix typo
Robert Richter
2008-12-10
1
-1
/
+1
*
oprofile: whitspace changes only
Robert Richter
2008-12-10
1
-2
/
+2
*
oprofile: comment cleanup
Robert Richter
2008-12-10
1
-9
/
+16
*
oprofile: fix memory ordering
Nick Piggin
2008-10-27
1
-3
/
+3
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rri...
Linus Torvalds
2008-10-23
13
-184
/
+174
|
\
|
*
OProfile: Fix buffer synchronization for IBS
Barry Kasindorf
2008-10-20
1
-1
/
+7
|
*
oprofile: hotplug cpu fix
Chris J Arges
2008-10-17
1
-2
/
+7
|
*
oprofile: fixing whitespaces in drivers/oprofile/*
Robert Richter
2008-10-16
12
-60
/
+60
|
*
x86/oprofile: removing unused function parameter in add_ibs_begin()
Robert Richter
2008-10-15
1
-5
/
+3
|
*
oprofile: more whitespace fixes
Robert Richter
2008-10-15
9
-72
/
+72
|
*
oprofile: whitespace fixes
Robert Richter
2008-10-15
2
-13
/
+12
|
*
OProfile: Rework oprofile_add_ibs_sample() function
Robert Richter
2008-10-15
1
-33
/
+15
|
*
Merge commit 'v2.6.27-rc5' into tip/oprofile
Robert Richter
2008-09-24
2
-1
/
+5
|
|
\
[next]