index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
Age
Commit message (
Expand
)
Author
Files
Lines
2017-04-19
tools include: Move ARRAY_SIZE() to linux/kernel.h
Arnaldo Carvalho de Melo
1
-2
/
+0
2017-04-19
perf tools: Remove FLEX_ARRAY definition
Arnaldo Carvalho de Melo
1
-22
/
+0
2017-04-13
Revert "perf tools: Fix include of linux/mman.h"
David Carrillo-Cisneros
1
-1
/
+1
2017-04-13
perf util: Hint missing file when tool tips fail to load
David Carrillo-Cisneros
1
-1
/
+2
2017-04-13
perf stat: Fix bug in handling events in error state
Stephane Eranian
1
-2
/
+2
2017-04-11
perf annotate: Use stripped line instead of raw disassemble line
Taeung Song
1
-2
/
+2
2017-04-11
perf annotate: Refactor the code to parse disassemble lines with {l,r}trim()
Taeung Song
1
-35
/
+7
2017-04-11
perf tools: Do not print missing features in pipe-mode
David Carrillo-Cisneros
1
-0
/
+3
2017-04-11
perf session: Don't rely on evlist in pipe mode
David Carrillo-Cisneros
1
-3
/
+13
2017-04-11
perf inject: Copy events when reordering events in pipe mode
David Carrillo-Cisneros
2
-1
/
+3
2017-04-11
perf annotate s390: Implement jump types for perf annotate
Christian Borntraeger
1
-0
/
+2
2017-04-11
perf annotate s390: Fix perf annotate error -95 (4.10 regression)
Christian Borntraeger
1
-0
/
+6
2017-04-11
perf string: Simplify ltrim() implementation
Arnaldo Carvalho de Melo
1
-5
/
+1
2017-04-11
perf tools: Refactor the code to strip command name with {l,r}trim()
Taeung Song
1
-9
/
+2
2017-04-11
perf pmu: Refactor wordwrap() with ltrim()
Taeung Song
1
-2
/
+1
2017-04-11
perf evsel: Return exact sub event which failed with EPERM for wildcards
Jin Yao
1
-1
/
+7
2017-04-11
perf callchains: Switch from strtok() to strtok_r() when parsing options
Arnaldo Carvalho de Melo
1
-2
/
+2
2017-04-05
perf annotate: Fix missing number of samples for source_line_samples
Taeung Song
2
-3
/
+5
2017-04-04
perf tools: Don't die on a print function
Arnaldo Carvalho de Melo
1
-2
/
+7
2017-04-04
perf tools: Handle allocation failures gracefully
Arnaldo Carvalho de Melo
1
-15
/
+39
2017-03-31
perf tools: Do not fail in case of empty HOME env variable
Jiri Olsa
1
-23
/
+31
2017-03-30
perf utils: Fix spelling mistake: "Invalud" -> "Invalid"
Colin Ian King
1
-1
/
+1
2017-03-28
perf report: Drop cycles 0 for LBR print
Jin Yao
1
-37
/
+74
2017-03-28
perf/sdt/x86: Move OP parser to tools/perf/arch/x86/
Ravi Bangoria
3
-102
/
+47
2017-03-28
perf tools: Remove support for command aliases
Arnaldo Carvalho de Melo
4
-87
/
+1
2017-03-28
Merge tag 'perf-core-for-mingo-4.12-20170327' of git://git.kernel.org/pub/scm...
Ingo Molnar
16
-63
/
+347
2017-03-28
Merge branch 'perf/urgent' into perf/core, to pick up fixes
Ingo Molnar
1
-1
/
+1
2017-03-27
perf utils: Readlink /proc/self/exe to find the perf binary
Tommi Rantala
1
-6
/
+2
2017-03-27
perf utils: Null terminate buf in read_ftrace_printk()
Tommi Rantala
1
-1
/
+3
2017-03-27
perf utils: use sizeof(buf) - 1 in readlink() call
Tommi Rantala
1
-1
/
+1
2017-03-27
perf buildid: Do not assume that readlink() returns a null terminated string
Tommi Rantala
1
-1
/
+5
2017-03-27
perf buildid: Do not update SDT cache with null filename
Tommi Rantala
1
-1
/
+1
2017-03-27
perf annotate: Fix a bug of division by zero when calculating percent
Taeung Song
1
-3
/
+7
2017-03-27
perf annotate: Fix a bug following symbolic link of a build-id file
Taeung Song
1
-1
/
+9
2017-03-27
perf report: Enable sorting by srcline as key
Milian Wolff
7
-19
/
+73
2017-03-27
perf report: Show inline stack for browser mode
Jin Yao
2
-0
/
+6
2017-03-27
perf report: Introduce --inline option
Jin Yao
1
-1
/
+2
2017-03-27
perf report: Find the inline stack for a given address
Jin Yao
5
-5
/
+192
2017-03-27
perf report: Refactor common code in srcline.c
Jin Yao
1
-23
/
+45
2017-03-27
perf auxtrace: Fix no_size logic in addr_filter__resolve_kernel_syms()
Adrian Hunter
1
-2
/
+2
2017-03-23
perf list: Move extra details printing to new option
Andi Kleen
4
-6
/
+7
2017-03-23
perf pmu: Add support for MetricName JSON attribute
Andi Kleen
6
-4
/
+20
2017-03-23
perf list: Support printing MetricExpr with --debug
Andi Kleen
1
-2
/
+8
2017-03-23
perf stat: Output JSON MetricExpr metric
Andi Kleen
7
-0
/
+207
2017-03-23
perf pmu: Support MetricExpr header in JSON event list
Andi Kleen
2
-3
/
+7
2017-03-23
perf tools: Add a simple expression parser for JSON
Andi Kleen
3
-0
/
+204
2017-03-21
perf pmu: Special case uncore_ prefix
Andi Kleen
1
-0
/
+3
2017-03-21
perf pmu: Expand PMU events by prefix match
Andi Kleen
3
-14
/
+54
2017-03-21
perf tools: Factor out PMU matching in parser
Andi Kleen
3
-29
/
+52
2017-03-21
perf stat: Collapse identically named events
Andi Kleen
1
-0
/
+1
[next]