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
*
tools lib traceevent: Add correct header for ipv6 definitions
Arnaldo Carvalho de Melo
2016-07-14
1
-1
/
+2
*
Merge tag 'perf-core-for-mingo-20160713' of git://git.kernel.org/pub/scm/linu...
Ingo Molnar
2016-07-14
29
-112
/
+850
|
\
|
*
perf test: Add a test case for SDT event
Masami Hiramatsu
2016-07-13
4
-0
/
+121
|
*
perf build: Add sdt feature detection
Masami Hiramatsu
2016-07-13
7
-3
/
+34
|
*
perf probe: Support a special SDT probe format
Masami Hiramatsu
2016-07-13
2
-3
/
+13
|
*
perf probe: Support @BUILDID or @FILE suffix for SDT events
Masami Hiramatsu
2016-07-13
3
-2
/
+59
|
*
perf list: Show SDT and pre-cached events
Masami Hiramatsu
2016-07-13
4
-1
/
+98
|
*
perf probe: Search SDT/cached event from all probe caches
Masami Hiramatsu
2016-07-13
1
-19
/
+86
|
*
perf probe: Allow wildcard for cached events
Masami Hiramatsu
2016-07-13
3
-10
/
+138
|
*
perf probe-cache: Add for_each_probe_cache_entry() wrapper
Masami Hiramatsu
2016-07-13
2
-4
/
+6
|
*
perf probe: Make --list show only available cached events
Masami Hiramatsu
2016-07-13
4
-4
/
+35
|
*
perf probe: Accept %sdt and %cached event name
Masami Hiramatsu
2016-07-13
4
-25
/
+76
|
*
perf probe: Fix to show correct error message for $vars and $params
Masami Hiramatsu
2016-07-13
1
-1
/
+3
|
*
perf bpf: Support BPF program attach to tracepoints
Wang Nan
2016-07-13
1
-5
/
+60
|
*
perf bpf: Rename bpf__foreach_tev() to bpf__foreach_event()
Wang Nan
2016-07-13
3
-18
/
+18
|
*
perf event parser: Add const qualifier to evt_name and sys_name
Wang Nan
2016-07-13
2
-7
/
+7
|
*
tools lib bpf: Report error when kernel doesn't support program type
Wang Nan
2016-07-13
2
-7
/
+21
|
*
tools lib bpf: New API to adjust type of a BPF program
Wang Nan
2016-07-13
2
-7
/
+55
|
*
objtool: Avoid checking code drift on busybox's diff
Arnaldo Carvalho de Melo
2016-07-13
1
-1
/
+4
|
*
objtool: Add fallback from ELF_C_READ_MMAP to ELF_C_READ
Arnaldo Carvalho de Melo
2016-07-13
1
-0
/
+7
|
*
tools: Fix up BITS_PER_LONG setting
Arnaldo Carvalho de Melo
2016-07-13
1
-5
/
+19
|
/
*
tools: Work around BITS_PER_LONG related build failure in objtool
Ingo Molnar
2016-07-13
1
-1
/
+3
*
Merge tag 'perf-core-for-mingo-20160712' of git://git.kernel.org/pub/scm/linu...
Ingo Molnar
2016-07-13
164
-333
/
+6478
|
\
|
*
tools lib traceevent: Add filter on task CPU id
Steven Rostedt
2016-07-12
1
-3
/
+15
|
*
perf python: Add tracepoint example
Jiri Olsa
2016-07-12
1
-0
/
+47
|
*
perf python: Add support to resolve tracepoint fields
Jiri Olsa
2016-07-12
1
-0
/
+92
|
*
perf python: Add struct evsel into struct pyrf_event
Jiri Olsa
2016-07-12
1
-1
/
+9
|
*
perf python: Add perf.tracepoint method
Jiri Olsa
2016-07-12
1
-0
/
+26
|
*
perf python: Put perf.event objects into dictionary
Jiri Olsa
2016-07-12
1
-0
/
+27
|
*
perf python: Fix pyrf_evlist__read_on_cpu event consuming
Jiri Olsa
2016-07-12
1
-2
/
+4
|
*
perf python: Init perf_event_attr::size in perf.evsel constructor
Jiri Olsa
2016-07-12
1
-0
/
+1
|
*
perf tools: Introduce trace_event__tp_format_id()
Jiri Olsa
2016-07-12
2
-0
/
+10
|
*
perf evlist: Make event2evsel public
Jiri Olsa
2016-07-12
2
-2
/
+5
|
*
perf symbols: Add Rust demangling
David Tolnay
2016-07-12
4
-0
/
+285
|
*
perf tools: Add feature detection for gelf_getnote()
Arnaldo Carvalho de Melo
2016-07-12
8
-1
/
+28
|
*
perf intel-pt-decoder: Avoid checking code drift on busibox's diff
Arnaldo Carvalho de Melo
2016-07-12
1
-1
/
+4
|
*
perf tools: Don't add kernel directories to the header search path
Arnaldo Carvalho de Melo
2016-07-12
1
-4
/
+0
|
*
perf tools: Add the tools/ stringify copy to the MANIFEST
Arnaldo Carvalho de Melo
2016-07-12
1
-1
/
+1
|
*
tools: Copy the bitsperlong.h files from the kernel
Arnaldo Carvalho de Melo
2016-07-12
21
-0
/
+227
|
*
perf script python: Silence -Werror=maybe-uninitialized on gcc 5.3.0
Arnaldo Carvalho de Melo
2016-07-12
1
-2
/
+2
|
*
perf symbols: Provide a GElf_Nhdr typedef
Arnaldo Carvalho de Melo
2016-07-12
1
-0
/
+1
|
*
perf trace beauty seccomp: Remove seccomp.h include
Arnaldo Carvalho de Melo
2016-07-12
1
-2
/
+0
|
*
perf trace beauty futex_op: Add missing defines for older systems
Arnaldo Carvalho de Melo
2016-07-12
1
-0
/
+16
|
*
perf tools: Fallback to reading sysfs to get cacheline size
Arnaldo Carvalho de Melo
2016-07-12
1
-1
/
+11
|
*
tools: Copy the header files needed by perf tools
Arnaldo Carvalho de Melo
2016-07-12
13
-9
/
+2495
|
*
kvm arm/arm64: Remove trailing whitespace from headers
Arnaldo Carvalho de Melo
2016-07-12
1
-2
/
+2
|
*
perf trace: Remove unused sys/ptrace.h include
Arnaldo Carvalho de Melo
2016-07-12
1
-1
/
+0
|
*
perf tools: Remove unneeded magic.h include from util.h
Arnaldo Carvalho de Melo
2016-07-12
1
-1
/
+0
|
*
perf tools: Introduce weak alternative to sched_getcpu()
Arnaldo Carvalho de Melo
2016-07-12
4
-4
/
+20
|
*
tools: Copy uapi/linux/hw_breakpoint.h from the kernel
Arnaldo Carvalho de Melo
2016-07-12
3
-2
/
+34
[next]