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
/
perf
/
util
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'linus' into perf/core
Ingo Molnar
2012-12-08
9
-12
/
+14
|
\
|
*
perf: Make perf build for x86 with UAPI disintegration applied
David Howells
2012-11-19
8
-9
/
+10
|
*
perf tools: Fix strbuf_addf() when the buffer needs to grow
Namhyung Kim
2012-10-30
1
-4
/
+4
|
*
perf header: Fix numa topology printing
Namhyung Kim
2012-10-30
1
-0
/
+2
*
|
perf evsel: Introduce is_group_member method
Arnaldo Carvalho de Melo
2012-11-14
3
-5
/
+11
*
|
perf ui: Always compile browser setup code
Namhyung Kim
2012-11-14
1
-38
/
+1
*
|
perf ui: Add ui_progress__finish()
Namhyung Kim
2012-11-14
2
-0
/
+2
*
|
perf tools: Add basic event modifier sanity check
Jiri Olsa
2012-11-14
2
-1
/
+25
*
|
perf tools: Omit group members from perf_evlist__disable/enable
Jiri Olsa
2012-11-14
1
-0
/
+4
*
|
perf tools: Fix 'disabled' attribute config for record command
Jiri Olsa
2012-11-14
1
-1
/
+41
*
|
perf tools: Fix attributes for '{}' defined event groups
Jiri Olsa
2012-11-14
3
-11
/
+6
*
|
perf tools: Use sscanf for parsing /proc/pid/maps
Namhyung Kim
2012-11-14
1
-43
/
+31
*
|
perf tools: Fix compile error on NO_NEWT=1 build
Namhyung Kim
2012-11-14
1
-1
/
+1
*
|
perf hists: Initialize all of he->stat with zeroes
Arnaldo Carvalho de Melo
2012-11-14
1
-3
/
+2
*
|
perf tools: Stop using 'self' in pstack
Arnaldo Carvalho de Melo
2012-11-14
1
-23
/
+23
*
|
perf tests: Final cleanup for builtin-test move
Jiri Olsa
2012-11-14
2
-2
/
+0
*
|
perf tests: Move pmu tests into separate object
Jiri Olsa
2012-11-14
2
-179
/
+10
*
|
perf annotate: Merge same lines in summary view
Namhyung Kim
2012-11-09
2
-3
/
+53
*
|
perf annotate: Whitespace fixups
Namhyung Kim
2012-11-09
1
-7
/
+7
*
|
perf machine: Move more methods to machine.[ch]
Arnaldo Carvalho de Melo
2012-11-09
8
-297
/
+316
*
|
perf hists: Introduce hists__link
Arnaldo Carvalho de Melo
2012-11-08
2
-0
/
+61
*
|
perf diff: Move hists__match to the hists lib
Arnaldo Carvalho de Melo
2012-11-08
2
-0
/
+39
*
|
perf diff: Start moving to support matching more than two hists
Arnaldo Carvalho de Melo
2012-11-08
2
-4
/
+25
*
|
perf tools: Add arbitary aliases and support names with -
Andi Kleen
2012-11-08
1
-0
/
+2
*
|
perf hists: Free branch_info when freeing hist_entry
Namhyung Kim
2012-11-08
1
-0
/
+1
*
|
perf tools: Fix detection of stack area
Namhyung Kim
2012-11-08
1
-1
/
+1
*
|
perf machine: Set kernel data mapping length
Namhyung Kim
2012-11-08
1
-9
/
+13
*
|
perf report: Postpone objdump check until annotation requested
Namhyung Kim
2012-11-05
1
-2
/
+5
*
|
perf tools: Introduce struct hist_browser_timer
Namhyung Kim
2012-11-05
2
-19
/
+17
*
|
perf tests: Move test objects into 'tests' directory
Jiri Olsa
2012-10-31
2
-1269
/
+0
*
|
perf annotate: Handle XBEGIN like a jump
Andi Kleen
2012-10-31
1
-0
/
+2
*
|
perf tools: Handle --version string generation on machines without git
Arnaldo Carvalho de Melo
2012-10-31
1
-1
/
+2
*
|
perf tools: Further speed up the perf build
Ingo Molnar
2012-10-31
1
-9
/
+4
*
|
perf tools: Speed up the perf build time by simplifying the perf --version st...
Ingo Molnar
2012-10-31
1
-1
/
+1
*
|
perf python: Initialize 'page_size' variable
Arnaldo Carvalho de Melo
2012-10-29
1
-0
/
+2
*
|
perf header: Add is_perf_magic() func
Feng Tang
2012-10-29
2
-0
/
+11
*
|
perf scripts browser: Add a browser for perf script
Feng Tang
2012-10-29
1
-0
/
+7
*
|
perf tools: Move dso_* related functions into dso object
Jiri Olsa
2012-10-29
4
-726
/
+749
*
|
perf tools: Move strxfrchar into string object
Jiri Olsa
2012-10-29
4
-12
/
+19
*
|
perf tools: Move hex2u64 into util object
Jiri Olsa
2012-10-29
4
-34
/
+34
*
|
perf tools: Move BUILD_ID_SIZE into build-id object
Jiri Olsa
2012-10-29
4
-5
/
+8
*
|
perf tools: Move build_id__sprintf into build-id object
Jiri Olsa
2012-10-29
6
-16
/
+18
*
|
perf tools: Move parse_events error printing to parse_events_options
Andi Kleen
2012-10-28
1
-3
/
+7
*
|
perf inject: Mark a dso if it's used
Andrew Vagin
2012-10-26
2
-5
/
+9
*
|
perf tools: Don't stop synthesizing threads when one vanishes
Arnaldo Carvalho de Melo
2012-10-25
1
-7
/
+6
*
|
perf tools: Try to build Documentation when installing
Borislav Petkov
2012-10-24
1
-1
/
+1
*
|
perf trace: Support interrupted syscalls
Arnaldo Carvalho de Melo
2012-10-24
1
-0
/
+4
*
|
Account the nr_entries in rblist properly
Suzuki K. Poulose
2012-10-24
1
-2
/
+2
*
|
perf tools: Try to find cross-built objdump path
Irina Tirdea
2012-10-24
1
-1
/
+0
*
|
perf test: Add automated tests for pmu sysfs translated events
Jiri Olsa
2012-10-24
1
-0
/
+68
[next]