index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
builtin-inject.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2015-05-12
perf tests: Fix map_groups refcount test
Arnaldo Carvalho de Melo
1
-5
/
+12
2015-05-12
perf machine: No need to keep a refcnt for last_match
Arnaldo Carvalho de Melo
1
-4
/
+4
2015-05-12
perf tests: Show refcounting broken expectations in thread-mg-share test
Arnaldo Carvalho de Melo
2
-6
/
+15
2015-05-12
perf report: Do not restrict -T option by other options
Namhyung Kim
1
-7
/
+6
2015-05-12
perf tests: Fix to get negative exit codes
He Kuang
1
-1
/
+1
2015-05-12
perf probe: Show better error message when failed to find variable
He Kuang
1
-4
/
+6
2015-05-12
perf probe: Add --range option to show a variable's location range
He Kuang
5
-13
/
+170
2015-05-12
perf probe: Remove length limitation for showing available variables
He Kuang
3
-37
/
+34
2015-05-12
perf trace: Removed duplicated NULL test
He Kuang
1
-2
/
+1
2015-05-12
perf report: Force tty output if -T/--thread option is given
Namhyung Kim
1
-2
/
+2
2015-05-12
perf tools: Document relation of per-thread event count feature
Namhyung Kim
2
-2
/
+4
2015-05-12
perf kmem: Fix compiler warning about may be accessing uninitialized variable
Arnaldo Carvalho de Melo
1
-1
/
+1
2015-05-11
perf/x86/intel/uncore: Add Broadwell-U uncore IMC PMU support
Stephane Eranian
3
-0
/
+24
2015-05-11
perf/x86/rapl: Enable Broadwell-U RAPL support
Stephane Eranian
1
-0
/
+1
2015-05-08
perf build: Disable libdw DWARF unwind when built with NO_DWARF
Naveen N. Rao
1
-0
/
+4
2015-05-08
perf probe: Support glob wildcards for function name
Masami Hiramatsu
6
-11
/
+59
2015-05-08
perf probe: Add --no-inlines option to avoid searching inline functions
Masami Hiramatsu
4
-1
/
+8
2015-05-08
perf probe: Introduce probe_conf global configs
Masami Hiramatsu
5
-63
/
+48
2015-05-08
perf probe: Use perf_probe_event.target instead of passing as an argument
Masami Hiramatsu
3
-33
/
+27
2015-05-08
perf bench futex: Handle spurious wakeups
Davidlohr Bueso
1
-1
/
+6
2015-05-08
perf bench futex: Support parallel waker threads
Davidlohr Bueso
5
-0
/
+301
2015-05-08
perf machine: Protect the machine->threads with a rwlock
Arnaldo Carvalho de Melo
29
-114
/
+284
2015-05-08
perf tools: Use atomic_t to implement thread__{get,put} refcnt
Arnaldo Carvalho de Melo
2
-4
/
+5
2015-05-08
tools include: Add basic atomic.h implementation from the kernel sources
Arnaldo Carvalho de Melo
7
-0
/
+193
2015-05-08
perf tools: Move generic barriers out of perf-sys.h
Arnaldo Carvalho de Melo
2
-9
/
+2
2015-05-08
perf tools: Move tile barrier.h stuff to tools/arch/tile/include/asm/barrier.h
Arnaldo Carvalho de Melo
4
-3
/
+18
2015-05-08
perf tools: Move mips barrier.h stuff to tools/arch/mips/include/asm/barrier.h
Arnaldo Carvalho de Melo
4
-9
/
+23
2015-05-08
perf tools: Move xtensa barrier.h stuff to tools/arch/xtensa/include/asm/barr...
Arnaldo Carvalho de Melo
4
-3
/
+21
2015-05-08
perf tools: Move arm(64) barrier.h stuff to tools/arch/arm*/include/asm/barri...
Arnaldo Carvalho de Melo
5
-10
/
+33
2015-05-08
perf tools: Move ia64 barrier.h stuff to tools/arch/ia64/include/asm/barrier.h
Arnaldo Carvalho de Melo
4
-3
/
+51
2015-05-08
perf tools: Move alpha barrier.h stuff to tools/arch/alpha/include/asm/barrier.h
Arnaldo Carvalho de Melo
4
-3
/
+11
2015-05-08
perf tools: Move sparc barrier.h stuff to tools/arch/sparc/include/asm/barrier.h
Arnaldo Carvalho de Melo
6
-9
/
+61
2015-05-08
perf tools: Move sh barrier.h stuff to tools/arch/sh/include/asm/barrier.h
Arnaldo Carvalho de Melo
4
-9
/
+35
2015-05-08
tools: Adopt asm-generic/barrier.h
Arnaldo Carvalho de Melo
2
-0
/
+45
2015-05-08
perf tools: Move barrier() definition to tools/include/linux/compiler.h
Arnaldo Carvalho de Melo
2
-2
/
+4
2015-05-08
perf tools: Move s390 barrier.h stuff to tools/arch/s390/include/asm/barrier.h
Arnaldo Carvalho de Melo
4
-3
/
+33
2015-05-08
perf tools: Move powerpc barrier.h stuff to tools/arch/powerpc/include/asm/ba...
Arnaldo Carvalho de Melo
4
-3
/
+32
2015-05-08
perf tools: Move x86 barrier.h stuff to tools/arch/x86/include/asm/barrier.h
Arnaldo Carvalho de Melo
4
-6
/
+34
2015-05-08
perf probe: Support $params special probe argument
Masami Hiramatsu
3
-14
/
+20
2015-05-08
perf probe: Skip kernel symbols which is out of .text
Masami Hiramatsu
1
-7
/
+24
2015-05-08
perf probe: Make --line checks validate C-style function name
Masami Hiramatsu
1
-15
/
+20
2015-05-08
perf probe: Fix to return 0 when positive value returned
Masami Hiramatsu
1
-1
/
+1
2015-05-08
perf probe: Fix a typo for the flags of open
Masami Hiramatsu
1
-1
/
+1
2015-05-08
perf probe: Fix to close probe_events file in error
Masami Hiramatsu
1
-1
/
+3
2015-05-08
perf_event: Don't allow vmalloc() backed perf on powerpc
Michael Ellerman
1
-1
/
+1
2015-05-08
perf: Fix software migrate events
Peter Zijlstra
3
-4
/
+29
2015-05-08
perf/x86/intel: Fix SLM cache event list
Kan Liang
1
-4
/
+3
2015-05-08
perf: Annotate inherited event ctx->mutex recursion
Peter Zijlstra
1
-8
/
+33
2015-05-06
pinctrl: Don't just pretend to protect pinctrl_maps, do it for real
Doug Anderson
3
-8
/
+6
2015-05-06
xen: Add __GFP_DMA flag when xen_swiotlb_init gets free pages on ARM
Stefano Stabellini
4
-1
/
+22
[next]