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
pinetabv-6.6.y-devel
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
Age
Commit message (
Expand
)
Author
Files
Lines
2013-01-24
perf sort: Move misplaced sort entry functions
Namhyung Kim
1
-59
/
+60
2013-01-24
perf probe: Allow of casting an array of char to string
Hyeoncheol Lee
1
-5
/
+5
2013-01-24
perf tools: Add anonymous huge page recognition
Joshua Zhu
1
-1
/
+2
2013-01-24
perf bench: Flush stdout before starting bench suite
Namhyung Kim
1
-0
/
+2
2013-01-24
perf symbols: Include elf.h header regardless LIBELF_SUPPORT
Namhyung Kim
3
-5
/
+1
2013-01-24
perf tools: Fix possible (unlikely) buffer overflow
Thomas Jarosch
1
-1
/
+1
2013-01-24
perf tools: Fix GNU make v3.80 compatibility issue
Al Cooper
1
-3
/
+3
2013-01-24
perf ui/gtk: Setup browser window early
Namhyung Kim
1
-11
/
+11
2013-01-24
perf ui/gtk: Factor out common browser routines
Namhyung Kim
4
-223
/
+240
2013-01-24
perf script: use ARRAY_SIZE instead of reinventing it
Sasha Levin
1
-1
/
+1
2013-01-24
perf kmem: use ARRAY_SIZE instead of reinventing it
Sasha Levin
1
-2
/
+1
2013-01-24
perf tools: remove redundant checks from _sort__sym_cmp
Sasha Levin
1
-4
/
+2
2013-01-24
perf tests: Don't fail if a matching vmlinux isn't found, skip that test
Arnaldo Carvalho de Melo
1
-1
/
+2
2013-01-24
perf tests: Add return states enum for tests
Jiri Olsa
2
-3
/
+18
2013-01-24
perf kvm: Initialize file_name var to fix segfault
Arnaldo Carvalho de Melo
1
-2
/
+1
2013-01-24
perf machine: Simplify accessing the host machine
Arnaldo Carvalho de Melo
5
-21
/
+5
2013-01-24
perf tests: Fix PYTHONPATH for python-use test tracepoints
Jiri Olsa
1
-1
/
+1
2013-01-24
perf machine: Introduce struct machines
Arnaldo Carvalho de Melo
9
-81
/
+95
2013-01-24
perf session: There is no need for a per session hists instance
Arnaldo Carvalho de Melo
6
-33
/
+34
2013-01-24
perf hists: Rename hists__fprintf_nr_events to events_stats__fprintf
Arnaldo Carvalho de Melo
3
-6
/
+6
2013-01-24
perf record: Don't pass host machine to guest synthesizer
Arnaldo Carvalho de Melo
2
-16
/
+4
2013-01-24
perf header: Ensure read/write finished successfully
Namhyung Kim
1
-27
/
+36
2013-01-24
perf tests: Check python path on attr and binding test
Namhyung Kim
3
-5
/
+8
2013-01-24
perf tests: Add event parsing test for '*:*' tracepoints
Jiri Olsa
1
-0
/
+62
2013-01-24
perf tools: Add support for wildcard in tracepoint system name
Jiri Olsa
1
-5
/
+46
2013-01-24
perf tools: Add missing closedir in multi tracepoint processing
Jiri Olsa
1
-0
/
+1
2013-01-24
perf python: Fix breakage introduced by the test_attr infrastructure
Arnaldo Carvalho de Melo
3
-2
/
+11
2013-01-24
perf test: Check for linking problems in the python binding
Arnaldo Carvalho de Melo
4
-0
/
+32
2013-01-24
perf evsel: Introduce perf_evsel__open_strerror method
Arnaldo Carvalho de Melo
7
-100
/
+68
2013-01-24
perf evsel: Introduce event fallback method
Arnaldo Carvalho de Melo
4
-37
/
+37
2013-01-24
perf evsel: Do missing feature fallbacks in just one place
Arnaldo Carvalho de Melo
6
-90
/
+31
2013-01-24
perf tests: Adjust some message log levels to help diagnosing problems in att...
Arnaldo Carvalho de Melo
1
-9
/
+18
2013-01-24
perf test: Remove leftover temp file left by one of the attr tests
Arnaldo Carvalho de Melo
1
-1
/
+1
2013-01-24
perf test: Add a test case for hists__{match,link}
Namhyung Kim
4
-0
/
+508
2013-01-24
perf diff: Use internal rb tree for compute resort
Namhyung Kim
3
-11
/
+23
2013-01-24
perf hists: Link hist entries before inserting to an output tree
Namhyung Kim
2
-60
/
+54
2013-01-24
perf hists: Exchange order of comparing items when collapsing hists
Namhyung Kim
2
-4
/
+10
2013-01-24
Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...
Ingo Molnar
57
-1519
/
+1483
2013-01-24
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/cmar...
Linus Torvalds
1
-1
/
+1
2013-01-22
arm64: makefile: fix uname munging when setting ARCH on native machine
Will Deacon
1
-1
/
+1
2013-01-10
perf tools: Fix building from 'make perf-*-src-pkg' tarballs
Sebastian Andrzej Siewior
1
-0
/
+10
2012-12-14
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-1
/
+1
2012-12-12
perf top: Use perf_evlist__config()
Arnaldo Carvalho de Melo
4
-157
/
+79
2012-12-12
perf record: Export the callchain parsing routine and help
Arnaldo Carvalho de Melo
2
-5
/
+11
2012-12-12
perf record: Pass perf_record_opts to the callchain cmdline parsing callback
Arnaldo Carvalho de Melo
1
-13
/
+11
2012-12-12
perf evsel: Decode read_format and sample_type in perf_evsel__fprintf
Arnaldo Carvalho de Melo
1
-2
/
+50
2012-12-12
perf tools: Add install-bin Makefile target
Arnaldo Carvalho de Melo
1
-1
/
+3
2012-12-12
perf evsel: Adopt fprintf routine from 'perf evlist'
Arnaldo Carvalho de Melo
3
-79
/
+87
2012-12-12
perf evlist: Set the leader in the perf_evlist__config method
Arnaldo Carvalho de Melo
5
-14
/
+13
2012-12-12
perf evsel: No need to always ask for PERF_FORMAT_TOTAL_TIME_{ENABLED,RUNNING}
Arnaldo Carvalho de Melo
4
-7
/
+5
[prev]
[next]