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
Age
Commit message (
Expand
)
Author
Files
Lines
2015-03-02
perf tools: Compare JOBS to 0 after grep
David Ahern
1
-1
/
+1
2015-03-02
perf tools: Only include tsc file for x86
David Ahern
1
-1
/
+1
2015-03-02
Merge 'tip/perf/urgent' into perf/core to pick fixes
Arnaldo Carvalho de Melo
6
-7
/
+29
2015-02-27
perf report: Fix branch stack mode cannot be set
He Kuang
1
-1
/
+1
2015-02-27
perf buildid-cache: Show usage with incorrect params
Masami Hiramatsu
1
-0
/
+5
2015-02-27
perf buildid-cache: Use pr_debug instead of verbose && pr_info
Masami Hiramatsu
1
-14
/
+9
2015-02-27
perf buildid-cache: Add --purge FILE to remove all caches of FILE
Masami Hiramatsu
4
-21
/
+136
2015-02-27
perf tools: Fix the bash completion problem of 'perf --*'
Yunlong Song
2
-4
/
+29
2015-02-27
perf list: Extend raw-dump to certain kind of events
Yunlong Song
2
-13
/
+14
2015-02-27
perf list: Clean up the printing functions of hardware/software events
Yunlong Song
3
-80
/
+17
2015-02-27
perf tools: Remove the '--(null)' long_name for --list-opts
Yunlong Song
1
-1
/
+2
2015-02-27
perf list: Avoid confusion of perf output and the next command prompt
Yunlong Song
2
-0
/
+3
2015-02-27
perf list: Allow listing events with 'tracepoint' prefix
Yunlong Song
1
-3
/
+1
2015-02-27
perf list: Sort the output of 'perf list' to view more clearly
Yunlong Song
1
-23
/
+193
2015-02-27
perf data: Fix sentinel setting for data_cmds array
Yunlong Song
1
-1
/
+1
2015-02-27
perf probe: Fix a precedence bug
He Kuang
1
-1
/
+1
2015-02-27
perf diff: Support for different binaries
Kan Liang
2
-0
/
+14
2015-02-27
perf buildid-cache: Add new buildid cache if update target is not cached
Masami Hiramatsu
4
-5
/
+25
2015-02-27
perf probe: Handle strdup() failure
Arnaldo Carvalho de Melo
1
-1
/
+1
2015-02-26
perf probe: Fix get_real_path to free allocated memory in error path
Masami Hiramatsu
1
-1
/
+3
2015-02-26
perf probe: Check kprobes blacklist when adding new events
Masami Hiramatsu
1
-1
/
+108
2015-02-26
perf trace: Fix SIGBUS failures due to misaligned accesses
David Ahern
1
-7
/
+29
2015-02-26
Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...
Ingo Molnar
33
-99
/
+1063
2015-02-26
Merge tag 'v4.0-rc1' into perf/core, to refresh the tree
Ingo Molnar
45
-684
/
+2951
2015-02-25
perf tools: Make sparc64 arch point to sparc
David Ahern
1
-0
/
+4
2015-02-25
perf symbols: Define EM_AARCH64 for older OSes
David Ahern
1
-0
/
+5
2015-02-25
perf top: Fix SIGBUS on sparc64
David Ahern
1
-1
/
+1
2015-02-25
perf tools: Fix probing for PERF_FLAG_FD_CLOEXEC flag
Adrian Hunter
1
-3
/
+15
2015-02-25
perf data: Add a 'perf' prefix to the generic fields
Sebastian Andrzej Siewior
1
-20
/
+22
2015-02-25
perf data: Add perf data to CTF conversion support
Jiri Olsa
9
-1
/
+701
2015-02-25
perf tools: Add new 'perf data' command
Jiri Olsa
6
-0
/
+94
2015-02-25
perf tools: Add feature check for libbabeltrace
Jiri Olsa
5
-3
/
+46
2015-02-25
perf record: Support recording running/enabled time
Andi Kleen
4
-0
/
+12
2015-02-25
perf tools: Fix pthread_attr_setaffinity_np build error
Adrian Hunter
1
-1
/
+2
2015-02-25
perf tools: Define _GNU_SOURCE on pthread_attr_setaffinity_np feature check
Josh Boyer
1
-1
/
+1
2015-02-24
perf tools: Print the thread's tid on PERF_RECORD_COMM events when -D is asked
Arnaldo Carvalho de Melo
1
-1
/
+1
2015-02-24
perf trace: Dump stack on segfaults
Arnaldo Carvalho de Melo
1
-0
/
+3
2015-02-24
perf tools: Introduce dump_stack signal helper
Arnaldo Carvalho de Melo
2
-0
/
+8
2015-02-23
perf ordered_events: Stop using tool->ordered_events
Arnaldo Carvalho de Melo
1
-1
/
+4
2015-02-23
perf bench: Fix order of arguments to memcpy_alloc_mem
Bruce Merry
1
-2
/
+2
2015-02-23
perf session: Remove perf_session from dump_event
Arnaldo Carvalho de Melo
1
-7
/
+7
2015-02-23
perf session: Remove perf_session from some deliver event routines
Arnaldo Carvalho de Melo
1
-19
/
+19
2015-02-23
perf session: Remove perf_session from warn_errors signature
Arnaldo Carvalho de Melo
1
-18
/
+18
2015-02-23
perf evlist: Adopt events_stats from perf_session
Arnaldo Carvalho de Melo
5
-33
/
+33
2015-02-23
perf session: Remove wrappers to machines__find
Arnaldo Carvalho de Melo
1
-8
/
+5
2015-02-23
perf trace: Separate routine that handles an event from the one that reads it
Arnaldo Carvalho de Melo
1
-27
/
+31
2015-02-23
perf trace: Add man page entry for --event
Arnaldo Carvalho de Melo
1
-0
/
+3
2015-02-23
perf trace: Introduce --filter-pids
Arnaldo Carvalho de Melo
2
-2
/
+50
2015-02-23
perf evlist: Introduce set_filter_pids method
Arnaldo Carvalho de Melo
2
-4
/
+24
2015-02-23
perf trace: Filter out the trace pid when no threads are specified
Arnaldo Carvalho de Melo
1
-0
/
+9
[next]