aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-kvm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-12-10perf kvm stat live: Mark events as (x86 only) in help outputAlexander Yarygin1-1/+2
2014-10-29perf kvm: Print kvm specific --help outputNamhyung Kim1-0/+25
2014-10-15perf kvm stat live: Enable events copyingAlexander Yarygin1-0/+1
2014-10-15perf kvm: Use thread_{,_set}_priv helpersNamhyung Kim1-3/+3
2014-10-03perf kvm stat live: Use fdarray object instead of pollfdJiri Olsa1-12/+4
2014-10-03perf kvm stat live: Use perf_evlist__add_pollfd return fd positionJiri Olsa1-2/+2
2014-10-03perf kvm stat live: Fix perf_evlist__add_pollfd error handlingJiri Olsa1-2/+2
2014-09-26perf tools: Modify error code for when perf_session__new() failsTaeung Song1-2/+2
2014-09-25tools lib api: Adopt fdarray class from perf's evlistArnaldo Carvalho de Melo1-2/+2
2014-09-25perf kvm stat live: Use perf_evlist__add_pollfd() instead of local equivalentArnaldo Carvalho de Melo1-13/+9
2014-09-17perf kvm stat report: Unify the title bar outputAlexander Yarygin1-8/+6
2014-09-17perf kvm stat report: Enable the target.system_wide flagAlexander Yarygin1-0/+3
2014-09-17perf kvm stat report: Save pid string in opts.target.pidAlexander Yarygin1-3/+3
2014-08-15perf kvm: Use strerror_r instead of strerrorMasami Hiramatsu1-2/+5
2014-08-13perf tools: Check recorded kernel version when finding vmlinuxNamhyung Kim1-2/+2
2014-08-13perf kvm: Move call to symbol__init() after creating sessionNamhyung Kim1-2/+2
2014-08-13perf kvm: Fix stdin handling for 'kvm stat live' commandJiri Olsa1-13/+5
2014-08-12perf tools: Flush ordered events in case of allocation failureJiri Olsa1-1/+1
2014-08-12perf tools: Rename ordered_samples struct to ordered_eventsJiri Olsa1-1/+1
2014-08-12perf tools: Rename ordered_samples bool to ordered_eventsJiri Olsa1-2/+2
2014-08-02perf kvm stat: Properly show submicrosecond timesChristian Borntraeger1-4/+4
2014-07-16perf kvm: Add stat support on s390Alexander Yarygin1-4/+48
2014-07-16perf kvm: Add skip_event() for --duration optionAlexander Yarygin1-1/+12
2014-07-16perf kvm: Move arch specific code into arch/Alexander Yarygin1-263/+34
2014-07-16perf kvm: Use defines of kvm eventsAlexander Yarygin1-18/+16
2014-07-07perf kvm: Refactoring of cpu_isa_config()Alexander Yarygin1-16/+23
2014-07-07perf kvm: Simplify exit reasons tables definitionsAlexander Yarygin1-15/+12
2014-07-07perf kvm: Introduce HAVE_KVM_STAT_SUPPORT flagAlexander Yarygin1-3/+3
2014-04-20perf kvm: Fix 'Min time' counting in report commandAlexander Yarygin1-0/+1
2014-03-14perf kvm: introduce --list-cmds for use by scriptsRamkumar Ramachandra1-7/+5
2014-01-13perf evlist: Introduce evlist__for_each() & friendsArnaldo Carvalho de Melo1-1/+1
2014-01-13perf evlist: Move destruction of maps to evlist destructorArnaldo Carvalho de Melo1-3/+1
2013-12-26perf tools: No need to test against NULL before calling free()Arnaldo Carvalho de Melo1-3/+1
2013-12-19perf tools: Rename 'perf_record_opts' to 'record_optsArnaldo Carvalho de Melo1-1/+1
2013-12-16tools/: Convert to new topic librariesBorislav Petkov1-1/+1
2013-12-09perf kvm: Move code to generate filename for perf-kvm to function.Dongsheng Yang1-6/+1
2013-12-09perf kvm: Fix bug in 'stat report'Dongsheng Yang1-1/+1
2013-12-09perf kvm: Introduce option -v for perf kvm command.Dongsheng Yang1-0/+2
2013-11-12perf target: Shorten perf_target__ to target__Arnaldo Carvalho de Melo1-3/+3
2013-11-11perf machine: Simplify synthesize_threads methodArnaldo Carvalho de Melo1-3/+2
2013-11-11perf machine: Introduce synthesize_threads method out of open coded equivalentArnaldo Carvalho de Melo1-12/+3
2013-11-11perf record: Synthesize non-exec MMAP records when --data usedArnaldo Carvalho de Melo1-2/+2
2013-11-05perf kvm: Disable live command if timerfd is not supportedDavid Ahern1-0/+12
2013-10-29Merge branch 'perf/urgent' into perf/coreIngo Molnar1-0/+7
2013-10-28perf tools: Fixup mmap event consumptionZhouyi Zhou1-0/+7
2013-10-21perf tools: Add data object to handle perf data fileJiri Olsa1-3/+10
2013-10-09perf tools: Check mmap pages value earlyJiri Olsa1-2/+3
2013-09-09perf kvm: Fix sample_type manipulationAdrian Hunter1-9/+9
2013-08-29perf tools: change machine__findnew_thread() to set thread pidAdrian Hunter1-1/+1
2013-08-16perf kvm: Remove force option to cmd_recordDavid Ahern1-1/+0