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
...
|
*
|
|
|
perf tools: Remove some needless die() calls from the main routine
Arnaldo Carvalho de Melo
2013-01-24
1
-11
/
+21
|
*
|
|
|
perf pmu: Privatize perf_pmu_{format,alias} structs
Arnaldo Carvalho de Melo
2013-01-24
2
-14
/
+13
|
*
|
|
|
perf tests: Use ARRAY_SIZE() were applicable
Arnaldo Carvalho de Melo
2013-01-24
1
-7
/
+2
|
*
|
|
|
perf tools: Fix usage of __ in event parsing struct names
Arnaldo Carvalho de Melo
2013-01-24
4
-29
/
+29
|
*
|
|
|
perf ui browsers: Fix usage of __ in struct names
Arnaldo Carvalho de Melo
2013-01-24
2
-6
/
+6
|
*
|
|
|
perf pmu: Fix usage of __ in struct names
Arnaldo Carvalho de Melo
2013-01-24
2
-13
/
+13
|
*
|
|
|
perf tools: Fix usage of __ in parse_events_term struct
Arnaldo Carvalho de Melo
2013-01-24
6
-52
/
+52
|
*
|
|
|
perf tools: Move ltrim() to util/string.c
Namhyung Kim
2013-01-24
3
-12
/
+19
|
*
|
|
|
perf tools: Fix PMU format parsing test failure
Sukadev Bhattiprolu
2013-01-24
2
-1
/
+2
|
*
|
|
|
perf tools: Do not include PERF-VERSION-FILE to Makefile
Namhyung Kim
2013-01-24
2
-4
/
+3
|
*
|
|
|
perf tools: Get rid of unused include of config.mak
Namhyung Kim
2013-01-24
1
-3
/
+0
|
*
|
|
|
tools lib traceevent: Fix warning on '>=' operator
Namhyung Kim
2013-01-24
1
-0
/
+2
|
*
|
|
|
perf tools: Remove unused 'unset' parameter from parse_events
Jiri Olsa
2013-01-24
5
-10
/
+8
|
*
|
|
|
perf tools: Mark branch_info maps as referenced
Stephane Eranian
2013-01-24
1
-0
/
+8
|
*
|
|
|
perf annotate browser: Fix segfault when drawing out-of-bounds jumps
Frederik Deweerdt
2013-01-24
1
-12
/
+13
|
*
|
|
|
perf tools: Move get_term_dimensions from top to util.c
David Ahern
2013-01-24
4
-26
/
+25
|
*
|
|
|
perf symbols: Mark vmlinux filename as allocated
David Ahern
2013-01-24
1
-1
/
+5
|
*
|
|
|
perf symbols: Move name malloc to when needed in dso__load
David Ahern
2013-01-24
1
-4
/
+4
|
*
|
|
|
perf report: Update documentation for sort keys
Namhyung Kim
2013-01-24
2
-5
/
+37
|
*
|
|
|
perf sort: Separate out branch stack specific sort keys
Namhyung Kim
2013-01-24
2
-14
/
+58
|
*
|
|
|
perf sort: Clean up sort__first_dimension setting
Namhyung Kim
2013-01-24
1
-24
/
+2
|
*
|
|
|
perf sort: Calculate parent column width too
Namhyung Kim
2013-01-24
1
-0
/
+3
|
*
|
|
|
perf sort: Align cpu column to right
Namhyung Kim
2013-01-24
1
-1
/
+1
|
*
|
|
|
perf sort: Fix --sort pid output
Namhyung Kim
2013-01-24
1
-1
/
+1
|
*
|
|
|
perf sort: Get rid of unnecessary __maybe_unused
Namhyung Kim
2013-01-24
1
-7
/
+4
|
*
|
|
|
perf sort: Move misplaced sort entry functions
Namhyung Kim
2013-01-24
1
-59
/
+60
|
*
|
|
|
perf probe: Allow of casting an array of char to string
Hyeoncheol Lee
2013-01-24
1
-5
/
+5
|
*
|
|
|
perf tools: Add anonymous huge page recognition
Joshua Zhu
2013-01-24
1
-1
/
+2
|
*
|
|
|
perf bench: Flush stdout before starting bench suite
Namhyung Kim
2013-01-24
1
-0
/
+2
|
*
|
|
|
perf symbols: Include elf.h header regardless LIBELF_SUPPORT
Namhyung Kim
2013-01-24
3
-5
/
+1
|
*
|
|
|
perf tools: Fix possible (unlikely) buffer overflow
Thomas Jarosch
2013-01-24
1
-1
/
+1
|
*
|
|
|
perf tools: Fix GNU make v3.80 compatibility issue
Al Cooper
2013-01-24
1
-3
/
+3
|
*
|
|
|
tools lib traceevent: Add copyright header
Jon Stanley
2013-01-24
1
-0
/
+19
|
*
|
|
|
tools lib traceevent: Update FSF postal address to be URL's.
Jon Stanley
2013-01-24
5
-10
/
+5
|
*
|
|
|
tools lib traceevent: test correct variable after allocation
Sasha Levin
2013-01-24
1
-1
/
+1
|
*
|
|
|
perf ui/gtk: Setup browser window early
Namhyung Kim
2013-01-24
1
-11
/
+11
|
*
|
|
|
perf ui/gtk: Factor out common browser routines
Namhyung Kim
2013-01-24
4
-223
/
+240
|
*
|
|
|
perf script: use ARRAY_SIZE instead of reinventing it
Sasha Levin
2013-01-24
1
-1
/
+1
|
*
|
|
|
perf kmem: use ARRAY_SIZE instead of reinventing it
Sasha Levin
2013-01-24
1
-2
/
+1
|
*
|
|
|
perf tools: remove redundant checks from _sort__sym_cmp
Sasha Levin
2013-01-24
1
-4
/
+2
|
*
|
|
|
perf tests: Don't fail if a matching vmlinux isn't found, skip that test
Arnaldo Carvalho de Melo
2013-01-24
1
-1
/
+2
|
*
|
|
|
perf tests: Add return states enum for tests
Jiri Olsa
2013-01-24
2
-3
/
+18
|
*
|
|
|
perf kvm: Initialize file_name var to fix segfault
Arnaldo Carvalho de Melo
2013-01-24
1
-2
/
+1
|
*
|
|
|
perf machine: Simplify accessing the host machine
Arnaldo Carvalho de Melo
2013-01-24
5
-21
/
+5
|
*
|
|
|
perf tests: Fix PYTHONPATH for python-use test tracepoints
Jiri Olsa
2013-01-24
1
-1
/
+1
|
*
|
|
|
perf machine: Introduce struct machines
Arnaldo Carvalho de Melo
2013-01-24
9
-81
/
+95
|
*
|
|
|
perf session: There is no need for a per session hists instance
Arnaldo Carvalho de Melo
2013-01-24
6
-33
/
+34
|
*
|
|
|
perf hists: Rename hists__fprintf_nr_events to events_stats__fprintf
Arnaldo Carvalho de Melo
2013-01-24
3
-6
/
+6
|
*
|
|
|
perf record: Don't pass host machine to guest synthesizer
Arnaldo Carvalho de Melo
2013-01-24
2
-16
/
+4
|
*
|
|
|
perf header: Ensure read/write finished successfully
Namhyung Kim
2013-01-24
1
-27
/
+36
[prev]
[next]