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
...
*
perf tools: Add Intel BTS support
Adrian Hunter
2015-08-21
6
-4
/
+981
*
perf tools: Fix Intel PT timestamp handling
Adrian Hunter
2015-08-21
1
-1
/
+1
*
perf tools: /proc/kcore requires CAP_SYS_RAWIO message too noisy
Adrian Hunter
2015-08-21
2
-2
/
+3
*
perf script: Fix segfault using --show-mmap-events
Adrian Hunter
2015-08-21
1
-1
/
+1
*
Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...
Ingo Molnar
2015-08-20
26
-6
/
+7393
|
\
|
*
perf tools: Take Intel PT into use
Adrian Hunter
2015-08-17
2
-3
/
+6
|
*
perf tools: Add Intel PT support
Adrian Hunter
2015-08-17
3
-0
/
+1963
|
*
perf tools: Add Intel PT decoder
Adrian Hunter
2015-08-17
3
-1
/
+1921
|
*
perf tools: Add Intel PT log
Adrian Hunter
2015-08-17
3
-1
/
+208
|
*
perf tools: Add Intel PT instruction decoder
Adrian Hunter
2015-08-17
9
-1
/
+2790
|
*
perf tools: Add Intel PT packet decoder
Adrian Hunter
2015-08-17
4
-0
/
+466
|
*
perf auxtrace: Add Intel PT as an AUX area tracing type
Adrian Hunter
2015-08-17
2
-0
/
+2
|
*
perf tools: Add a helper function to probe whether cpu-wide tracing is possible
Adrian Hunter
2015-08-17
2
-0
/
+25
|
*
perf symbols: Fix annotation of vdso
Adrian Hunter
2015-08-17
1
-0
/
+11
|
*
perf annotate: Fix 32-bit compilation error in util/annotate.c
Adrian Hunter
2015-08-17
1
-2
/
+2
|
*
perf probe: Fix to add missed brace around if block
Masami Hiramatsu
2015-08-13
1
-1
/
+2
*
|
Merge branch 'perf/urgent' into perf/core, to pick up fixes before adding mor...
Ingo Molnar
2015-08-20
2
-2
/
+24
|
\
\
|
|
/
|
/
|
|
*
perf tools: Make fork event processing more resilient
Adrian Hunter
2015-08-19
1
-2
/
+18
|
*
perf tools: Avoid deadlock when map_groups are broken
Adrian Hunter
2015-08-19
1
-0
/
+6
*
|
perf report: Show call graph from reference events
Kan Liang
2015-08-12
2
-2
/
+8
*
|
perf callchain: Allow disabling call graphs per event
Kan Liang
2015-08-12
2
-9
/
+17
*
|
perf callchain: Per-event type selection support
Kan Liang
2015-08-12
6
-3
/
+83
*
|
perf probe: Fix to show lines of sys_ functions correctly
Masami Hiramatsu
2015-08-12
1
-5
/
+13
*
|
perf sort: Check for SRCLINE_UNKNOWN case in "srcfile" processing
Andi Kleen
2015-08-12
1
-0
/
+2
*
|
perf evlist: Be more specific on -F/--freq
Namhyung Kim
2015-08-10
1
-2
/
+7
*
|
perf record: Support per-event freq term
Namhyung Kim
2015-08-10
6
-1
/
+15
*
|
perf report: Add support for srcfile sort key
Andi Kleen
2015-08-10
4
-0
/
+60
*
|
perf hists: Update the column width for the "srcline" sort key
Arnaldo Carvalho de Melo
2015-08-10
1
-0
/
+3
*
|
perf hists: hist_entry__cmp() may use he_tmp.hists, initialize it
Arnaldo Carvalho de Melo
2015-08-10
1
-0
/
+1
*
|
perf tools: Unset perf_event_attr::freq when period term is set
Jiri Olsa
2015-08-10
1
-0
/
+1
*
|
perf tools: Support full source file paths for srcline
Andi Kleen
2015-08-10
2
-1
/
+6
*
|
perf callchain: Move option parsing code to util.c
Kan Liang
2015-08-08
4
-88
/
+94
*
|
perf stat: Move perf_counts struct and functions into separate object
Jiri Olsa
2015-08-08
7
-81
/
+92
*
|
perf tests: Add LLVM test for eBPF on-the-fly compiling
Wang Nan
2015-08-07
2
-0
/
+19
*
|
perf tools: Auto detecting kernel include options
Wang Nan
2015-08-07
1
-5
/
+55
*
|
perf tools: Auto detecting kernel build directory
Wang Nan
2015-08-07
1
-1
/
+79
*
|
perf tools: Call clang to compile C source to object code
Wang Nan
2015-08-07
2
-0
/
+229
*
|
perf tools: Introduce llvm config options
Wang Nan
2015-08-07
4
-0
/
+86
*
|
perf tools: Extend the event parser maximum error index
Adrian Hunter
2015-08-06
1
-1
/
+1
*
|
perf tools: Validate config term maximum value
Adrian Hunter
2015-08-06
1
-1
/
+29
*
|
perf tools: Add perf_pmu__format_bits()
Adrian Hunter
2015-08-06
2
-1
/
+17
*
|
perf auxtrace: Fix period type 'i' not working
Adrian Hunter
2015-08-06
1
-1
/
+5
*
|
perf report: Display cycles in branch sort mode
Andi Kleen
2015-08-06
1
-1
/
+1
*
|
perf annotate: Compute IPC and basic block cycles
Andi Kleen
2015-08-06
1
-0
/
+2
*
|
perf report: Add processing for cycle histograms
Andi Kleen
2015-08-06
2
-0
/
+36
*
|
perf report: Add infrastructure for a cycles histogram
Andi Kleen
2015-08-06
2
-3
/
+141
*
|
perf report: Add flag for non ANY branch mode
Andi Kleen
2015-08-06
2
-0
/
+11
*
|
perf tools: Add support for cycles, weight branch_info field
Andi Kleen
2015-08-06
6
-6
/
+42
*
|
perf stat: Move counter processing code into stat object
Jiri Olsa
2015-08-06
2
-0
/
+142
*
|
perf stat: Move 'interval' into struct perf_stat_config
Jiri Olsa
2015-08-06
1
-0
/
+1
[prev]
[next]