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
/
builtin-kvm.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-08-23
perf kvm: Use NSEC_PER_USEC
Arnaldo Carvalho de Melo
1
-5
/
+5
2016-08-23
tools: Introduce tools/include/linux/time64.h for *SEC_PER_*SEC macros
Arnaldo Carvalho de Melo
1
-0
/
+1
2016-07-12
tools: Introduce str_error_r()
Arnaldo Carvalho de Melo
1
-2
/
+2
2016-06-23
perf evlist: Rename for_each() macros to for_each_entry()
Arnaldo Carvalho de Melo
1
-1
/
+1
2016-06-22
perf session: Destructors should accept NULL
Arnaldo Carvalho de Melo
1
-2
/
+1
2016-06-22
perf evlist: Destructors should accept NULL
Arnaldo Carvalho de Melo
1
-2
/
+1
2016-04-12
perf evsel: Do not use globals in config()
Arnaldo Carvalho de Melo
1
-1
/
+1
2016-01-29
perf kvm/powerpc: Port perf kvm stat to powerpc
Hemant Kumar
1
-0
/
+18
2016-01-29
perf kvm/{x86,s390}: Remove dependency on uapi/kvm_perf.h
Hemant Kumar
1
-10
/
+10
2015-12-17
perf subcmd: Create subcmd library
Josh Poimboeuf
1
-1
/
+1
2015-12-10
perf kvm: Remove invocation of setup/exit_browser()
Namhyung Kim
1
-3
/
+0
2015-09-14
tools lib api fs: Replace debugfs/tracefs objects interface with fs.c
Jiri Olsa
1
-1
/
+0
2015-07-01
perf kvm: Fill in the missing session freeing after an error occurs
Taeung Song
1
-4
/
+10
2015-06-20
perf tools: Configurable per thread proc map processing time out
Kan Liang
1
-1
/
+4
2015-05-08
perf machine: Protect the machine->threads with a rwlock
Arnaldo Carvalho de Melo
1
-2
/
+4
2015-04-02
perf kvm: Support using -f to override perf.data.guest file ownership
Yunlong Song
1
-0
/
+2
2015-03-12
perf tools: tool->finished_round() doesn't need perf_session
Arnaldo Carvalho de Melo
1
-2
/
+5
2015-03-11
perf ordered_events: Shorten function signatures
Arnaldo Carvalho de Melo
1
-3
/
+3
2014-12-10
perf kvm stat live: Mark events as (x86 only) in help output
Alexander Yarygin
1
-1
/
+2
2014-10-29
perf kvm: Print kvm specific --help output
Namhyung Kim
1
-0
/
+25
2014-10-16
perf kvm stat live: Enable events copying
Alexander Yarygin
1
-0
/
+1
2014-10-16
perf kvm: Use thread_{,_set}_priv helpers
Namhyung Kim
1
-3
/
+3
2014-10-03
perf kvm stat live: Use fdarray object instead of pollfd
Jiri Olsa
1
-12
/
+4
2014-10-03
perf kvm stat live: Use perf_evlist__add_pollfd return fd position
Jiri Olsa
1
-2
/
+2
2014-10-03
perf kvm stat live: Fix perf_evlist__add_pollfd error handling
Jiri Olsa
1
-2
/
+2
2014-09-26
perf tools: Modify error code for when perf_session__new() fails
Taeung Song
1
-2
/
+2
2014-09-25
tools lib api: Adopt fdarray class from perf's evlist
Arnaldo Carvalho de Melo
1
-2
/
+2
2014-09-25
perf kvm stat live: Use perf_evlist__add_pollfd() instead of local equivalent
Arnaldo Carvalho de Melo
1
-13
/
+9
2014-09-18
perf kvm stat report: Unify the title bar output
Alexander Yarygin
1
-8
/
+6
2014-09-18
perf kvm stat report: Enable the target.system_wide flag
Alexander Yarygin
1
-0
/
+3
2014-09-18
perf kvm stat report: Save pid string in opts.target.pid
Alexander Yarygin
1
-3
/
+3
2014-08-15
perf kvm: Use strerror_r instead of strerror
Masami Hiramatsu
1
-2
/
+5
2014-08-13
perf tools: Check recorded kernel version when finding vmlinux
Namhyung Kim
1
-2
/
+2
2014-08-13
perf kvm: Move call to symbol__init() after creating session
Namhyung Kim
1
-2
/
+2
2014-08-13
perf kvm: Fix stdin handling for 'kvm stat live' command
Jiri Olsa
1
-13
/
+5
2014-08-12
perf tools: Flush ordered events in case of allocation failure
Jiri Olsa
1
-1
/
+1
2014-08-12
perf tools: Rename ordered_samples struct to ordered_events
Jiri Olsa
1
-1
/
+1
2014-08-12
perf tools: Rename ordered_samples bool to ordered_events
Jiri Olsa
1
-2
/
+2
2014-08-02
perf kvm stat: Properly show submicrosecond times
Christian Borntraeger
1
-4
/
+4
2014-07-17
perf kvm: Add stat support on s390
Alexander Yarygin
1
-4
/
+48
2014-07-17
perf kvm: Add skip_event() for --duration option
Alexander Yarygin
1
-1
/
+12
2014-07-17
perf kvm: Move arch specific code into arch/
Alexander Yarygin
1
-263
/
+34
2014-07-17
perf kvm: Use defines of kvm events
Alexander Yarygin
1
-18
/
+16
2014-07-07
perf kvm: Refactoring of cpu_isa_config()
Alexander Yarygin
1
-16
/
+23
2014-07-07
perf kvm: Simplify exit reasons tables definitions
Alexander Yarygin
1
-15
/
+12
2014-07-07
perf kvm: Introduce HAVE_KVM_STAT_SUPPORT flag
Alexander Yarygin
1
-3
/
+3
2014-04-20
perf kvm: Fix 'Min time' counting in report command
Alexander Yarygin
1
-0
/
+1
2014-03-15
perf kvm: introduce --list-cmds for use by scripts
Ramkumar Ramachandra
1
-7
/
+5
2014-01-13
perf evlist: Introduce evlist__for_each() & friends
Arnaldo Carvalho de Melo
1
-1
/
+1
2014-01-13
perf evlist: Move destruction of maps to evlist destructor
Arnaldo Carvalho de Melo
1
-3
/
+1
[next]