index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
builtin-kvm.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-08-02
perf kvm stat: Properly show submicrosecond times
Christian Borntraeger
1
-4
/
+4
2014-07-16
perf kvm: Add stat support on s390
Alexander Yarygin
1
-4
/
+48
2014-07-16
perf kvm: Add skip_event() for --duration option
Alexander Yarygin
1
-1
/
+12
2014-07-16
perf kvm: Move arch specific code into arch/
Alexander Yarygin
1
-263
/
+34
2014-07-16
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-14
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
2013-12-26
perf tools: No need to test against NULL before calling free()
Arnaldo Carvalho de Melo
1
-3
/
+1
2013-12-19
perf tools: Rename 'perf_record_opts' to 'record_opts
Arnaldo Carvalho de Melo
1
-1
/
+1
2013-12-16
tools/: Convert to new topic libraries
Borislav Petkov
1
-1
/
+1
2013-12-09
perf kvm: Move code to generate filename for perf-kvm to function.
Dongsheng Yang
1
-6
/
+1
2013-12-09
perf kvm: Fix bug in 'stat report'
Dongsheng Yang
1
-1
/
+1
2013-12-09
perf kvm: Introduce option -v for perf kvm command.
Dongsheng Yang
1
-0
/
+2
2013-11-12
perf target: Shorten perf_target__ to target__
Arnaldo Carvalho de Melo
1
-3
/
+3
2013-11-11
perf machine: Simplify synthesize_threads method
Arnaldo Carvalho de Melo
1
-3
/
+2
2013-11-11
perf machine: Introduce synthesize_threads method out of open coded equivalent
Arnaldo Carvalho de Melo
1
-12
/
+3
2013-11-11
perf record: Synthesize non-exec MMAP records when --data used
Arnaldo Carvalho de Melo
1
-2
/
+2
2013-11-05
perf kvm: Disable live command if timerfd is not supported
David Ahern
1
-0
/
+12
2013-10-29
Merge branch 'perf/urgent' into perf/core
Ingo Molnar
1
-0
/
+7
2013-10-28
perf tools: Fixup mmap event consumption
Zhouyi Zhou
1
-0
/
+7
2013-10-21
perf tools: Add data object to handle perf data file
Jiri Olsa
1
-3
/
+10
2013-10-09
perf tools: Check mmap pages value early
Jiri Olsa
1
-2
/
+3
2013-09-09
perf kvm: Fix sample_type manipulation
Adrian Hunter
1
-9
/
+9
2013-08-29
perf tools: change machine__findnew_thread() to set thread pid
Adrian Hunter
1
-1
/
+1
2013-08-16
perf kvm: Remove force option to cmd_record
David Ahern
1
-1
/
+0
2013-08-12
perf kvm: Option to print events that exceed a duration
David Ahern
1
-4
/
+21
2013-08-07
perf kvm stat report: Add option to analyze specific VM
David Ahern
1
-2
/
+36
2013-08-07
perf kvm: Add min and max stats to display
David Ahern
1
-4
/
+17
2013-08-07
perf kvm: Add live mode
David Ahern
1
-26
/
+633
2013-08-07
perf kvm: Split out tracepoints from record args
David Ahern
1
-11
/
+19
2013-05-28
perf kvm: Handle realloc failures
David Ahern
1
-0
/
+3
2013-03-15
perf tools: Introduce tools/lib/lk library
Borislav Petkov
1
-1
/
+1
2013-01-24
perf kvm: Initialize file_name var to fix segfault
Arnaldo Carvalho de Melo
1
-2
/
+1
2012-12-08
Merge branch 'linus' into perf/core
Ingo Molnar
1
-54
/
+67
2012-11-23
perf kvm: Fix building perf kvm on non x86 arches
Xiao Guangrong
1
-0
/
+4
2012-11-23
perf kvm: Rename perf_kvm to perf_kvm_stat
Xiao Guangrong
1
-51
/
+60
2012-11-19
perf: Make perf build for x86 with UAPI disintegration applied
David Howells
1
-3
/
+3
2012-10-08
perf kvm: Add braces around multi-line statements
David Ahern
1
-3
/
+6
2012-10-08
perf kvm: Total count is a u64, print as so
David Ahern
1
-2
/
+2
2012-10-08
perf kvm: Remove typecast in init_kvm_event_record
David Ahern
1
-2
/
+2
2012-10-08
perf kvm: Only process events for vcpus of interest
David Ahern
1
-2
/
+16
2012-10-03
perf kvm: Move global variables into a perf_kvm struct
David Ahern
1
-207
/
+253
2012-09-24
perf kvm: Use perf_session_env for reading cpuid
Namhyung Kim
1
-9
/
+1
2012-09-24
perf kvm: Use perf_evsel__intval
Arnaldo Carvalho de Melo
1
-63
/
+67
2012-09-21
perf kvm: Events analysis tool
Xiao Guangrong
1
-3
/
+837
[prev]
[next]