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
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
2011-06-19
Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-0
/
+1
2011-06-16
Merge branch 'rc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mmar...
Linus Torvalds
1
-1
/
+1
2011-06-16
perf: clear out make flags when calling kernel make kernelver
Andy Whitcroft
1
-1
/
+1
2011-06-15
rcu: Use softirq to address performance regression
Shaohua Li
1
-0
/
+1
2011-06-10
Merge branch 'rc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mmar...
Linus Torvalds
1
-6
/
+1
2011-06-10
perf: Use make kernelversion instead of parsing the Makefile
Michal Marek
1
-6
/
+1
2011-06-03
perf python: Fix argument name list of read_on_cpu()
Frederic Weisbecker
1
-1
/
+1
2011-06-03
perf evlist: Don't die if sample_{id_all|type} is invalid
Arnaldo Carvalho de Melo
8
-43
/
+73
2011-06-03
perf python: Use exception to propagate errors
Arnaldo Carvalho de Melo
1
-6
/
+4
2011-06-03
perf evlist: Remove dependency on debug routines
Arnaldo Carvalho de Melo
1
-9
/
+4
2011-05-27
perf events: initialize fd array to -1 instead of 0
David Ahern
1
-0
/
+10
2011-05-26
perf tools: Fix build on older systems
Arnaldo Carvalho de Melo
1
-0
/
+1
2011-05-26
perf symbols: Handle /proc/sys/kernel/kptr_restrict
Arnaldo Carvalho de Melo
4
-6
/
+68
2011-05-24
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-1
/
+1
2011-05-24
perf tools: Fix sample type size calculation in 32 bits archs
Frederic Weisbecker
1
-1
/
+1
2011-05-23
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
11
-66
/
+158
2011-05-23
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-1
/
+0
2011-05-23
perf tools: Fix sample size bit operations
Frederic Weisbecker
1
-16
/
+16
2011-05-23
perf tools: Fix ommitted mmap data update on remap
Frederic Weisbecker
1
-13
/
+26
2011-05-22
Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/fre...
Ingo Molnar
11
-45
/
+124
2011-05-22
perf tools: Propagate event parse error handling
Frederic Weisbecker
2
-8
/
+20
2011-05-22
perf tools: Robustify dynamic sample content fetch
Frederic Weisbecker
1
-0
/
+26
2011-05-22
perf tools: Pre-check sample size before parsing
Frederic Weisbecker
6
-4
/
+38
2011-05-22
perf tools: Move evlist sample helpers to evlist area
Frederic Weisbecker
4
-33
/
+34
2011-05-22
perf tools: Remove junk code in mmap size handling
Frederic Weisbecker
1
-3
/
+0
2011-05-22
perf tools: Check we are able to read the event size on mmap
Frederic Weisbecker
1
-0
/
+7
2011-05-20
sanitize <linux/prefetch.h> usage
Linus Torvalds
1
-1
/
+1
2011-05-20
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-1
/
+0
2011-05-20
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
9
-397
/
+534
2011-05-18
perf bench, x86: Add alternatives-asm.h wrapper
Ingo Molnar
1
-0
/
+8
2011-05-17
perf: Fix multi-event parsing bug
Stephane Eranian
1
-0
/
+3
2011-05-15
perf evlist: Fix per thread mmap setup
Arnaldo Carvalho de Melo
3
-47
/
+109
2011-05-15
perf tools: Honour the cpu list parameter when also monitoring a thread list
Arnaldo Carvalho de Melo
1
-1
/
+1
2011-05-10
perf probe: Fix the missed parameter initialization
Lin Ming
1
-0
/
+1
2011-05-10
perf: Only include annotate.h once in tools/perf/util/ui/browsers/annotate.c
Jesper Juhl
1
-1
/
+0
2011-05-06
rcu: move TREE_RCU from softirq to kthread
Paul E. McKenney
1
-1
/
+0
2011-04-30
perf list: Fix max event string size
Ingo Molnar
1
-12
/
+13
2011-04-29
perf stat: Analyze front-end and back-end stall counts
Ingo Molnar
1
-3
/
+4
2011-04-29
perf tools: Add front-end and back-end stalled cycles support
Ingo Molnar
2
-19
/
+22
2011-04-26
perf stat: Add stalled cycles to the default output
Ingo Molnar
1
-5
/
+6
2011-04-26
perf stat: Make all displayed event names parseable as well
Ingo Molnar
1
-2
/
+2
2011-04-26
perf stat: Fail more clearly when an invalid modifier is specified
Ingo Molnar
1
-11
/
+22
2011-04-26
perf tools: Accept case-insensitive symbolic event variants
Ingo Molnar
1
-3
/
+5
2011-04-26
perf events: Add stalled cycles generic event - PERF_COUNT_HW_STALLED_CYCLES
Ingo Molnar
2
-0
/
+2
2011-04-20
perf script: improve validation of sample attributes for output fields
David Ahern
2
-0
/
+15
2011-04-19
perf symbols: Give more useful names to 'self' parameters
Arnaldo Carvalho de Melo
2
-346
/
+361
2011-04-19
Merge branch 'perf/urgent' into perf/core
Ingo Molnar
12
-102
/
+153
2011-04-15
perf evsel: Fix use of inherit
Arnaldo Carvalho de Melo
4
-31
/
+25
2011-04-15
perf hists browser: Fix seg fault when annotate null symbol
Lin Ming
2
-3
/
+5
2011-04-08
perf: Fix a build error with some GCC versions
Eric Dumazet
1
-1
/
+1
[next]