index
:
linux
grapeboard-proto
grapeboard-proto-eth0softfix
scalys-lsdk-1712
NXP/Freescale LSDK linux tree with Scalys patches
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
/
builtin-kvm.c
Age
Commit message (
Expand
)
Author
2013-09-09
perf kvm: Fix sample_type manipulation
Adrian Hunter
2013-08-29
perf tools: change machine__findnew_thread() to set thread pid
Adrian Hunter
2013-08-16
perf kvm: Remove force option to cmd_record
David Ahern
2013-08-12
perf kvm: Option to print events that exceed a duration
David Ahern
2013-08-07
perf kvm stat report: Add option to analyze specific VM
David Ahern
2013-08-07
perf kvm: Add min and max stats to display
David Ahern
2013-08-07
perf kvm: Add live mode
David Ahern
2013-08-07
perf kvm: Split out tracepoints from record args
David Ahern
2013-05-28
perf kvm: Handle realloc failures
David Ahern
2013-03-15
perf tools: Introduce tools/lib/lk library
Borislav Petkov
2013-01-24
perf kvm: Initialize file_name var to fix segfault
Arnaldo Carvalho de Melo
2012-12-08
Merge branch 'linus' into perf/core
Ingo Molnar
2012-11-23
perf kvm: Fix building perf kvm on non x86 arches
Xiao Guangrong
2012-11-23
perf kvm: Rename perf_kvm to perf_kvm_stat
Xiao Guangrong
2012-11-19
perf: Make perf build for x86 with UAPI disintegration applied
David Howells
2012-10-08
perf kvm: Add braces around multi-line statements
David Ahern
2012-10-08
perf kvm: Total count is a u64, print as so
David Ahern
2012-10-08
perf kvm: Remove typecast in init_kvm_event_record
David Ahern
2012-10-08
perf kvm: Only process events for vcpus of interest
David Ahern
2012-10-03
perf kvm: Move global variables into a perf_kvm struct
David Ahern
2012-09-24
perf kvm: Use perf_session_env for reading cpuid
Namhyung Kim
2012-09-24
perf kvm: Use perf_evsel__intval
Arnaldo Carvalho de Melo
2012-09-21
perf kvm: Events analysis tool
Xiao Guangrong
2012-09-11
perf tools: Use __maybe_used for unused variables
Irina Tirdea
2012-01-06
perf kvm: Do guest-only counting by default
Joerg Roedel
2012-01-03
perf kvm: Fix copy & paste error in description
Joerg Roedel
2010-05-17
perf options: Type check all the remaining OPT_ variants
Arnaldo Carvalho de Melo
2010-05-17
perf options: Type check OPT_BOOLEAN and fix the offenders
Arnaldo Carvalho de Melo
2010-04-19
perf: 'perf kvm' tool for monitoring guest performance from host
Zhang, Yanmin