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
*
tracing/events: Add module tracepoints
Li Zefan
2009-08-17
4
-3
/
+152
*
tracing: Fix syscall tracing on !HAVE_FTRACE_SYSCALLS architectures
Ingo Molnar
2009-08-13
1
-0
/
+3
*
tracing: Support for syscall events raw records in perfcounters
Frederic Weisbecker
2009-08-11
1
-2
/
+37
*
tracing: Add fields format definition for syscall events
Frederic Weisbecker
2009-08-11
3
-0
/
+49
*
tracing: Add ftrace event call parameter to its field descriptor handler
Frederic Weisbecker
2009-08-11
4
-5
/
+9
*
tracing: Convert x86_64 mmap and uname to use DEFINE_SYSCALL
Jason Baron
2009-08-11
1
-4
/
+4
*
tracing: Add more namespace area to 'perf list' output
Jason Baron
2009-08-11
1
-4
/
+4
*
tracing: Add perf counter support for syscalls tracing
Jason Baron
2009-08-11
4
-1
/
+181
*
tracing: Add individual syscalls tracepoint id support
Jason Baron
2009-08-11
5
-20
/
+52
*
tracing: Add trace events for each syscall entry/exit
Jason Baron
2009-08-11
3
-103
/
+159
*
tracing: Add ftrace_event_call void * 'data' field
Jason Baron
2009-08-11
3
-6
/
+7
*
tracing: Raw_init() bailout in trace event register fail case
Jason Baron
2009-08-11
1
-10
/
+19
*
tracing: Update FTRACE_SYSCALL_MAX
Jason Baron
2009-08-11
1
-2
/
+2
*
tracing: Add syscall tracepoints
Jason Baron
2009-08-11
3
-2
/
+63
*
tracing: Add DECLARE_TRACE_WITH_CALLBACK() macro
Jason Baron
2009-08-11
1
-4
/
+27
*
tracing: Call arch_init_ftrace_syscalls at boot
Jason Baron
2009-08-11
3
-13
/
+4
*
tracing: Map syscall name to number
Jason Baron
2009-08-11
1
-0
/
+16
*
tracing: Rename set_tracer_flags()'s local variable trace_flags
Zhaolei
2009-08-11
1
-7
/
+7
*
Merge branch 'linus' into tracing/core
Ingo Molnar
2009-08-11
1029
-16214
/
+32045
|
\
|
*
pty: fix data loss when stopped (^S/^Q)
Linus Torvalds
2009-08-10
1
-0
/
+2
|
*
Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/l...
Linus Torvalds
2009-08-10
19
-201
/
+1212
|
|
\
|
|
*
perf_counter: Zero dead bytes from ftrace raw samples size alignment
Frederic Weisbecker
2009-08-10
1
-0
/
+4
|
|
*
perf_counter: Subtract the buffer size field from the event record size
Frederic Weisbecker
2009-08-10
1
-1
/
+7
|
|
*
perf_counter: Require CAP_SYS_ADMIN for raw tracepoint data
Peter Zijlstra
2009-08-10
1
-0
/
+8
|
|
*
perf_counter: Correct PERF_SAMPLE_RAW output
Peter Zijlstra
2009-08-10
3
-7
/
+28
|
|
*
perf tools: callchain: Fix bad rounding of minimum rate
Frederic Weisbecker
2009-08-09
1
-2
/
+3
|
|
*
perf_counter tools: Fix libbfd detection for systems with libz dependency
Mike Galbraith
2009-08-09
1
-0
/
+4
|
|
*
perf: "Longum est iter per praecepta, breve et efficax per exempla"
Carlos R. Mafra
2009-08-09
1
-0
/
+225
|
|
*
perf_counter: Fix a race on perf_counter_ctx
Peter Zijlstra
2009-08-09
1
-15
/
+15
|
|
*
perf_counter: Fix tracepoint sampling to be part of generic sampling
Frederic Weisbecker
2009-08-09
2
-15
/
+15
|
|
*
perf_counter: Work around gcc warning by initializing tracepoint record uncon...
Frederic Weisbecker
2009-08-09
1
-3
/
+4
|
|
*
perf tools: callchain: Fix sum of percentages to be 100% by displaying amount...
Frederic Weisbecker
2009-08-09
1
-3
/
+44
|
|
*
perf tools: callchain: Fix 'perf report' display to be callchain by default
Frederic Weisbecker
2009-08-09
2
-1
/
+16
|
|
*
perf tools: callchain: Fix spurious 'perf report' warnings: ignore empty call...
Frederic Weisbecker
2009-08-09
1
-0
/
+2
|
|
*
perf record: Fix the -A UI for empty or non-existent perf.data
Pierre Habouzit
2009-08-09
1
-4
/
+8
|
|
*
perf util: Fix do_read() to fail on EOF instead of busy-looping
Pierre Habouzit
2009-08-09
1
-0
/
+2
|
|
*
perf list: Fix the output to not include tracepoints without an id
Peter Zijlstra
2009-08-09
1
-1
/
+17
|
|
*
perf_counter/powerpc: Fix oops on cpus without perf_counter hardware support
Paul Mackerras
2009-08-09
1
-0
/
+8
|
|
*
perf stat: Fix tool option consistency: rename -S/--scale to -c/--scale
Brice Goglin
2009-08-09
2
-2
/
+2
|
|
*
perf report: Add debug help for the finding of symbol bugs - show the symtab ...
Arnaldo Carvalho de Melo
2009-08-09
3
-12
/
+50
|
|
*
perf report: Fix per task mult-counter stat reporting
Peter Zijlstra
2009-08-09
3
-5
/
+35
|
|
*
perf tools: Fix multi-counter stat bug caused by incorrect reading of perf.da...
Peter Zijlstra
2009-08-09
1
-1
/
+2
|
|
*
perf tools: Fix call-chain cumul hit based sub-total (fractal mode)
Frederic Weisbecker
2009-08-09
3
-14
/
+24
|
|
*
perf top: Update man page
Mike Galbraith
2009-08-09
1
-13
/
+99
|
|
*
perf top: Improve interactive key handling
Mike Galbraith
2009-08-09
1
-35
/
+73
|
|
*
perf_counter: Fix software counters for fast moving event sources
Peter Zijlstra
2009-08-09
1
-70
/
+94
|
|
*
perf_counter tools: Allow perf top top users to switch between weighted and i...
Mike Galbraith
2009-08-09
1
-7
/
+17
|
|
*
perf_counter tools: Fix/resurrect perf top annotation in a simple interactive...
Mike Galbraith
2009-08-09
1
-40
/
+456
|
*
|
Merge branch 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2009-08-10
1
-2
/
+2
|
|
\
\
|
|
*
|
x86/irq: Fix move_irq_desc() for nodes without ram
Yinghai Lu
2009-08-08
1
-2
/
+2
[next]