summaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-kvm.c
Commit message (Expand)AuthorAgeFilesLines
...
* perf tools: Modify error code for when perf_session__new() failsTaeung Song2014-09-261-2/+2
* tools lib api: Adopt fdarray class from perf's evlistArnaldo Carvalho de Melo2014-09-251-2/+2
* perf kvm stat live: Use perf_evlist__add_pollfd() instead of local equivalentArnaldo Carvalho de Melo2014-09-251-13/+9
* perf kvm stat report: Unify the title bar outputAlexander Yarygin2014-09-171-8/+6
* perf kvm stat report: Enable the target.system_wide flagAlexander Yarygin2014-09-171-0/+3
* perf kvm stat report: Save pid string in opts.target.pidAlexander Yarygin2014-09-171-3/+3
* perf kvm: Use strerror_r instead of strerrorMasami Hiramatsu2014-08-151-2/+5
* perf tools: Check recorded kernel version when finding vmlinuxNamhyung Kim2014-08-131-2/+2
* perf kvm: Move call to symbol__init() after creating sessionNamhyung Kim2014-08-131-2/+2
* perf kvm: Fix stdin handling for 'kvm stat live' commandJiri Olsa2014-08-131-13/+5
* perf tools: Flush ordered events in case of allocation failureJiri Olsa2014-08-121-1/+1
* perf tools: Rename ordered_samples struct to ordered_eventsJiri Olsa2014-08-121-1/+1
* perf tools: Rename ordered_samples bool to ordered_eventsJiri Olsa2014-08-121-2/+2
* perf kvm stat: Properly show submicrosecond timesChristian Borntraeger2014-08-021-4/+4
* perf kvm: Add stat support on s390Alexander Yarygin2014-07-161-4/+48
* perf kvm: Add skip_event() for --duration optionAlexander Yarygin2014-07-161-1/+12
* perf kvm: Move arch specific code into arch/Alexander Yarygin2014-07-161-263/+34
* perf kvm: Use defines of kvm eventsAlexander Yarygin2014-07-161-18/+16
* perf kvm: Refactoring of cpu_isa_config()Alexander Yarygin2014-07-071-16/+23
* perf kvm: Simplify exit reasons tables definitionsAlexander Yarygin2014-07-071-15/+12
* perf kvm: Introduce HAVE_KVM_STAT_SUPPORT flagAlexander Yarygin2014-07-071-3/+3
* perf kvm: Fix 'Min time' counting in report commandAlexander Yarygin2014-04-201-0/+1
* perf kvm: introduce --list-cmds for use by scriptsRamkumar Ramachandra2014-03-141-7/+5
* perf evlist: Introduce evlist__for_each() & friendsArnaldo Carvalho de Melo2014-01-131-1/+1
* perf evlist: Move destruction of maps to evlist destructorArnaldo Carvalho de Melo2014-01-131-3/+1
* perf tools: No need to test against NULL before calling free()Arnaldo Carvalho de Melo2013-12-261-3/+1
* perf tools: Rename 'perf_record_opts' to 'record_optsArnaldo Carvalho de Melo2013-12-191-1/+1
* tools/: Convert to new topic librariesBorislav Petkov2013-12-161-1/+1
* perf kvm: Move code to generate filename for perf-kvm to function.Dongsheng Yang2013-12-091-6/+1
* perf kvm: Fix bug in 'stat report'Dongsheng Yang2013-12-091-1/+1
* perf kvm: Introduce option -v for perf kvm command.Dongsheng Yang2013-12-091-0/+2
* perf target: Shorten perf_target__ to target__Arnaldo Carvalho de Melo2013-11-121-3/+3
* perf machine: Simplify synthesize_threads methodArnaldo Carvalho de Melo2013-11-111-3/+2
* perf machine: Introduce synthesize_threads method out of open coded equivalentArnaldo Carvalho de Melo2013-11-111-12/+3
* perf record: Synthesize non-exec MMAP records when --data usedArnaldo Carvalho de Melo2013-11-111-2/+2
* perf kvm: Disable live command if timerfd is not supportedDavid Ahern2013-11-051-0/+12
* Merge branch 'perf/urgent' into perf/coreIngo Molnar2013-10-291-0/+7
|\
| * perf tools: Fixup mmap event consumptionZhouyi Zhou2013-10-281-0/+7
* | perf tools: Add data object to handle perf data fileJiri Olsa2013-10-211-3/+10
* | perf tools: Check mmap pages value earlyJiri Olsa2013-10-091-2/+3
|/
* perf kvm: Fix sample_type manipulationAdrian Hunter2013-09-091-9/+9
* perf tools: change machine__findnew_thread() to set thread pidAdrian Hunter2013-08-291-1/+1
* perf kvm: Remove force option to cmd_recordDavid Ahern2013-08-161-1/+0
* perf kvm: Option to print events that exceed a durationDavid Ahern2013-08-121-4/+21
* perf kvm stat report: Add option to analyze specific VMDavid Ahern2013-08-071-2/+36
* perf kvm: Add min and max stats to displayDavid Ahern2013-08-071-4/+17
* perf kvm: Add live modeDavid Ahern2013-08-071-26/+633
* perf kvm: Split out tracepoints from record argsDavid Ahern2013-08-071-11/+19
* perf kvm: Handle realloc failuresDavid Ahern2013-05-281-0/+3
* perf tools: Introduce tools/lib/lk libraryBorislav Petkov2013-03-151-1/+1
OpenPOWER on IntegriCloud