aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-kvm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-12-17perf subcmd: Create subcmd libraryJosh Poimboeuf1-1/+1
2015-12-10perf kvm: Remove invocation of setup/exit_browser()Namhyung Kim1-3/+0
2015-09-14tools lib api fs: Replace debugfs/tracefs objects interface with fs.cJiri Olsa1-1/+0
2015-07-01perf kvm: Fill in the missing session freeing after an error occursTaeung Song1-4/+10
2015-06-19perf tools: Configurable per thread proc map processing time outKan Liang1-1/+4
2015-05-08perf machine: Protect the machine->threads with a rwlockArnaldo Carvalho de Melo1-2/+4
2015-04-02perf kvm: Support using -f to override perf.data.guest file ownershipYunlong Song1-0/+2
2015-03-12perf tools: tool->finished_round() doesn't need perf_sessionArnaldo Carvalho de Melo1-2/+5
2015-03-11perf ordered_events: Shorten function signaturesArnaldo Carvalho de Melo1-3/+3
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