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
/
tools
Commit message (
Expand
)
Author
Age
Files
Lines
*
tools/perf: Clean up util/include/linux/compiler.h
Ingo Molnar
2013-10-09
1
-5
/
+10
*
tools/perf/build: Split out feature check: 'backtrace'
Ingo Molnar
2013-10-09
3
-1
/
+16
*
tools/perf/build: Split out feature check: 'on-exit'
Ingo Molnar
2013-10-09
3
-1
/
+12
*
tools/perf/build: Split out feature check: 'strlcpy'
Ingo Molnar
2013-10-09
3
-1
/
+14
*
tools/perf/build: Split out feature check: 'libbfd'
Ingo Molnar
2013-10-09
3
-2
/
+13
*
tools/perf/build: Split out feature check: 'libpython-version'
Ingo Molnar
2013-10-09
3
-1
/
+16
*
tools/perf/build: Split out feature check: 'libpython'
Ingo Molnar
2013-10-09
3
-1
/
+27
*
tools/perf/build: Split out feature check: 'libperl'
Ingo Molnar
2013-10-09
3
-1
/
+24
*
tools/perf/build: Split out feature check: 'gtk2-infobar'
Ingo Molnar
2013-10-09
3
-1
/
+16
*
tools/perf/build: Split out feature check: 'gtk2'
Ingo Molnar
2013-10-09
3
-1
/
+16
*
tools/perf/build: Split out feature check: 'libslang'
Ingo Molnar
2013-10-09
3
-2
/
+12
*
tools/perf/build: Split out feature check: 'libaudit'
Ingo Molnar
2013-10-09
3
-2
/
+13
*
tools/perf/build: Split out feature check: 'libunwind'
Ingo Molnar
2013-10-09
3
-5
/
+32
*
tools/perf/build: Clean up the libunwind logic in config/Makefile
Ingo Molnar
2013-10-09
1
-12
/
+12
*
tools/perf/build: Split out feature check: 'libelf-getphdrnum'
Ingo Molnar
2013-10-09
3
-2
/
+14
*
tools/perf/build: Split out feature check: 'libelf-mmap'
Ingo Molnar
2013-10-09
3
-3
/
+14
*
tools/perf/build: Clean up the mmap logic in config/Makefile
Ingo Molnar
2013-10-09
1
-25
/
+26
*
tools/perf/build: Split out feature check: 'dwarf'
Ingo Molnar
2013-10-09
3
-2
/
+15
*
tools/perf/build: Split out feature check: 'glibc'
Ingo Molnar
2013-10-09
3
-2
/
+14
*
tools/perf/build: Split out feature check: 'libelf'
Ingo Molnar
2013-10-09
3
-2
/
+13
*
tools/perf/build: Clean up the libelf logic in config/Makefile
Ingo Molnar
2013-10-09
1
-29
/
+29
*
tools/perf/build: Split out feature check: 'bionic'
Ingo Molnar
2013-10-09
3
-5
/
+17
*
tools/perf/build: Split out feature check: 'fortify-source'
Ingo Molnar
2013-10-09
3
-1
/
+12
*
tools/perf/build: Split out feature check: 'volatile-register-var'
Ingo Molnar
2013-10-09
3
-1
/
+12
*
tools/perf/build: Split out feature check: 'stackprotector'
Ingo Molnar
2013-10-09
3
-1
/
+12
*
tools/perf/build: Split out feature check: 'stackprotector-all'
Ingo Molnar
2013-10-09
3
-1
/
+12
*
tools/perf/build: Split out feature check: 'libnuma'
Ingo Molnar
2013-10-09
3
-4
/
+18
*
tools/perf/build: Add 'autodep' functionality, generate feature test dependen...
Ingo Molnar
2013-10-09
1
-2
/
+6
*
tools/perf/build: Add feature check core code
Ingo Molnar
2013-10-09
3
-0
/
+38
*
tools/perf: Standardize feature support define names to: HAVE_{FEATURE}_SUPPORT
Ingo Molnar
2013-10-09
30
-86
/
+86
*
Merge branch 'perf/urgent' into tools/perf/build
Ingo Molnar
2013-10-08
8
-23
/
+77
|
\
|
*
perf session: Fix infinite loop on invalid perf.data file
Namhyung Kim
2013-10-04
2
-1
/
+13
|
*
perf tools: Fix installation of libexec components
Arnaldo Carvalho de Melo
2013-10-04
1
-0
/
+1
|
*
perf probe: Fix to find line information for probe list
Masami Hiramatsu
2013-10-04
3
-21
/
+59
|
*
perf tools: Fix libaudit test
Arnaldo Carvalho de Melo
2013-10-04
1
-1
/
+1
|
*
perf stat: Set child_pid after perf_evlist__prepare_workload()
Namhyung Kim
2013-10-04
1
-0
/
+1
|
*
perf tools: Add default handler for mmap2 events
David Ahern
2013-10-04
1
-0
/
+2
*
|
tools/perf: Add support for record transaction flags
Andi Kleen
2013-10-04
17
-15
/
+122
*
|
tools/perf/record: Add abort_tx,no_tx,in_tx branch filter options to perf rec...
Andi Kleen
2013-10-04
2
-0
/
+6
*
|
tools/perf: Support sorting by in_tx or abort branch flags
Andi Kleen
2013-10-04
8
-5
/
+66
*
|
tools/perf/stat: Add perf stat --transaction
Andi Kleen
2013-10-04
5
-1
/
+171
*
|
tools/perf: Fix sorting for 64bit entries
Andi Kleen
2013-10-04
1
-2
/
+2
|
/
*
Revert "perf symbols: Demangle cloned functions"
Ingo Molnar
2013-09-29
1
-26
/
+1
*
perf symbols: Demangle cloned functions
Andi Kleen
2013-09-25
1
-1
/
+26
*
perf machine: Fix path unpopulated in machine__create_modules()
Adrian Hunter
2013-09-25
1
-1
/
+1
*
perf tools: Explicitly add libdl dependency
David Ahern
2013-09-25
1
-1
/
+1
*
perf probe: Fix probing symbols with optimization suffix
Masami Hiramatsu
2013-09-25
2
-36
/
+44
*
perf trace: Add mmap2 handler
David Ahern
2013-09-24
1
-0
/
+1
*
perf kmem: Make it work again on non NUMA machines
Jiri Olsa
2013-09-24
1
-1
/
+1
*
perf: Fix capabilities bitfield compatibility in 'struct perf_event_mmap_page'
Peter Zijlstra
2013-09-20
1
-3
/
+3
[next]