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
*
x86/hw-breakpoints: Optimize return code from notifier chain in hw_breakpoint...
K.Prasad
2010-01-29
1
-3
/
+7
*
x86/debug: Clear reserved bits of DR6 in do_debug()
K.Prasad
2010-01-29
2
-0
/
+6
*
tracing/kprobe: Cleanup unused return value of tracing functions
Xiao Guangrong
2010-01-29
1
-17
/
+10
*
perf: Factorize trace events raw sample buffer operations
Xiao Guangrong
2010-01-29
5
-187
/
+88
*
perf: Fix inconsistency between IP and callchain sampling
Anton Blanchard
2010-01-28
3
-9
/
+0
*
perf trace: Add -i option for choosing input file
Hitoshi Mitake
2010-01-27
1
-0
/
+2
*
perf symbols: Use the right variable to check for kallsyms in the cache
Arnaldo Carvalho de Melo
2010-01-27
1
-2
/
+2
*
perf symbols: Fix inverted logic for showing kallsyms as the source of symbols
Arnaldo Carvalho de Melo
2010-01-27
1
-1
/
+1
*
perf top: Handle PERF_RECORD_{FORK,EXIT} events
Arnaldo Carvalho de Melo
2010-01-27
1
-0
/
+4
*
perf top: Fix sample counting
Arnaldo Carvalho de Melo
2010-01-27
1
-3
/
+3
*
perf: Reimplement frequency driven sampling
Peter Zijlstra
2010-01-27
2
-43
/
+94
*
perf buildid-cache: Add new command to manage build-id cache
Arnaldo Carvalho de Melo
2010-01-21
10
-12
/
+241
*
perf symbols: Use only --vmlinux if specified
Arnaldo Carvalho de Melo
2010-01-20
1
-26
/
+41
*
perf symbols: Set dso->kernel when handling the fake vmlinux MMAP event
Arnaldo Carvalho de Melo
2010-01-20
1
-0
/
+1
*
perf archive: Fix installation steps in the Makefile
Arnaldo Carvalho de Melo
2010-01-20
1
-1
/
+1
*
perf archive: Add documentation
Arnaldo Carvalho de Melo
2010-01-20
2
-1
/
+23
*
kprobetrace, doc: Add the explanation to remove probe points
Motohiro KOSAKI
2010-01-20
1
-0
/
+7
*
kprobetrace, doc: Shell needs single quote to use $ character
Motohiro KOSAKI
2010-01-20
1
-2
/
+2
*
Merge branch 'perf/scheduling' of git://git.kernel.org/pub/scm/linux/kernel/g...
Ingo Molnar
2010-01-18
1
-40
/
+109
|
\
|
*
perf: Better order flexible and pinned scheduling
Frederic Weisbecker
2010-01-17
1
-7
/
+27
|
*
perf: Don't schedule out/in pinned events on task tick
Frederic Weisbecker
2010-01-17
1
-4
/
+4
|
*
perf: Allow pinned and flexible groups to be scheduled separately
Frederic Weisbecker
2010-01-17
1
-44
/
+93
|
*
perf: Make __perf_event_sched_out static
Frederic Weisbecker
2010-01-17
1
-2
/
+2
*
|
tracing/kprobe: Update kprobe tracing self test for new syntax
Masami Hiramatsu
2010-01-17
1
-8
/
+47
|
/
*
perf probe: Fix build error of builtin-probe.c
Hitoshi Mitake
2010-01-17
1
-9
/
+10
*
perf: Fix implicit declaration of getline in util.c
Frederic Weisbecker
2010-01-17
1
-6
/
+1
*
perf: Export software-only event group characteristic as a flag
Frederic Weisbecker
2010-01-16
2
-19
/
+16
*
perf: Round robin flexible groups of events using list_rotate_left()
Frederic Weisbecker
2010-01-16
1
-13
/
+4
*
list: Introduce list_rotate_left()
Frederic Weisbecker
2010-01-16
1
-0
/
+14
*
perf/core: Split context's event group list into pinned and non-pinned lists
Frederic Weisbecker
2010-01-16
2
-77
/
+153
*
perf symbols: Accept an alias when looking for "_text"
Arnaldo Carvalho de Melo
2010-01-16
1
-1
/
+6
*
perf record: Intercept all events
Arnaldo Carvalho de Melo
2010-01-16
1
-10
/
+18
*
perf archive: Add helper script to package files needed to do analysis
Arnaldo Carvalho de Melo
2010-01-16
3
-8
/
+35
*
perf symbols: The synthesized kernel modules MMAP must use the pathnames
Arnaldo Carvalho de Melo
2010-01-16
1
-3
/
+3
*
perf buildid-list: Introduce --with-hits option
Arnaldo Carvalho de Melo
2010-01-16
3
-6
/
+43
*
perf symbols: Create thread__find_addr_map from thread__find_addr_location
Arnaldo Carvalho de Melo
2010-01-16
2
-9
/
+22
*
perf record: Encode the domain while synthesizing MMAP events
Arnaldo Carvalho de Melo
2010-01-16
2
-4
/
+15
*
perf symbols: Use dso->long_name in dsos__find()
Arnaldo Carvalho de Melo
2010-01-16
1
-1
/
+1
*
perf symbols: Cache /proc/kallsyms files by build-id
Arnaldo Carvalho de Melo
2010-01-16
5
-20
/
+80
*
perf symbols: Don't try to load kallsyms if doesn't match the record build-id
Arnaldo Carvalho de Melo
2010-01-16
1
-5
/
+8
*
perf tools: Convert getpagesize() uses to sysconf(_SC_GETPAGESIZE)
Arnaldo Carvalho de Melo
2010-01-16
2
-2
/
+2
*
perf tools: Cross platform perf.data analysis support
Arnaldo Carvalho de Melo
2010-01-16
4
-23
/
+157
*
perf tools: Don't cast RIP to pointers
Arnaldo Carvalho de Melo
2010-01-16
8
-40
/
+21
*
perf top: Fix code typo in prompt_symbol()
Kirill Smelkov
2010-01-13
1
-1
/
+1
*
perf: Fix few typos + cosmetics
Kirill Smelkov
2010-01-13
2
-5
/
+5
*
perf tools: Encode kernel module mappings in perf.data
Arnaldo Carvalho de Melo
2010-01-13
9
-48
/
+212
*
perf: Make cmd_to_page() function more compact
Wenji Huang
2010-01-13
1
-2
/
+0
*
sched/perf: Make sure irqs are disabled for perf_event_task_sched_in()
Jamie Iles
2010-01-13
1
-0
/
+6
*
perf tools: Create typedef for common event synthesizing callback
Arnaldo Carvalho de Melo
2010-01-13
2
-18
/
+10
*
perf symbols: Record the domain of DSOs in HEADER_BUILD_ID header table
Arnaldo Carvalho de Melo
2010-01-13
4
-9
/
+23
[next]