aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-kvm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-22perf data: Add global path holderJiri Olsa1-5/+3
2018-12-17perf tools: Allow specifying proc-map-timeout in config fileMark Drayton1-4/+2
2018-06-04perf tools: Ditch the symbol_conf.nr_events globalArnaldo Carvalho de Melo1-2/+0
2018-03-08perf mmap: Simplify perf_mmap__read_init()Kan Liang1-2/+1
2018-03-08perf mmap: Simplify perf_mmap__read_event()Kan Liang1-1/+1
2018-03-08perf mmap: Simplify perf_mmap__consume()Kan Liang1-2/+2
2018-03-05perf kvm: Switch to new perf_mmap__read_event() interfaceKan Liang1-4/+13
2018-01-25perf evlist: Remove fcntl.h from evlist.hArnaldo Carvalho de Melo1-0/+3
2017-12-05perf evlist: Remove 'overwrite' parameter from perf_evlist__mmapWang Nan1-1/+1
2017-11-17perf tools: Optimize sample parsing for ordered eventsJiri Olsa1-4/+4
2017-11-17perf ordered_events: Pass timestamp arg in perf_session__queue_eventJiri Olsa1-1/+1
2017-11-07Merge branch 'linus' into perf/core, to fix conflictsIngo Molnar1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-30perf tools: Add struct perf_data_fileJiri Olsa1-3/+5
2017-10-30perf tools: Rename struct perf_data_file to perf_dataJiri Olsa1-3/+3
2017-10-03perf top: Implement multithreading for perf_event__synthesize_threadsKan Liang1-1/+2
2017-09-21perf tools: Provide mutex wrappers for pthreads rwlocksArnaldo Carvalho de Melo1-1/+0
2017-04-24perf tools: Remove poll.h and wait.h from util.hArnaldo Carvalho de Melo1-0/+1
2017-04-24perf kvm: Make function only used by 'perf kvm' staticArnaldo Carvalho de Melo1-0/+14
2017-04-20perf tools: Move timestamp routines from util.h to time-utils.hArnaldo Carvalho de Melo1-0/+1
2017-04-20perf tools: Add signal.h to places using its definitionsArnaldo Carvalho de Melo1-0/+1
2017-04-19perf tools: Don't include terminal handling headers in util.hArnaldo Carvalho de Melo1-0/+1
2017-04-19perf tools: Include errno.h where neededArnaldo Carvalho de Melo1-0/+1
2017-04-19perf tools: Including missing inttypes.h headerArnaldo Carvalho de Melo1-0/+1
2017-04-19perf tools: Add include <linux/kernel.h> where ARRAY_SIZE() is usedArnaldo Carvalho de Melo1-0/+1
2017-03-27perf tools: Remove unused 'prefix' from builtin functionsArnaldo Carvalho de Melo1-8/+8
2017-03-14perf tools: Add PERF_RECORD_NAMESPACES to include namespaces related infoHari Bathini1-0/+2
2016-08-23perf kvm: Use NSEC_PER_USECArnaldo Carvalho de Melo1-5/+5
2016-08-23tools: Introduce tools/include/linux/time64.h for *SEC_PER_*SEC macrosArnaldo Carvalho de Melo1-0/+1
2016-07-12tools: Introduce str_error_r()Arnaldo Carvalho de Melo1-2/+2
2016-06-23perf evlist: Rename for_each() macros to for_each_entry()Arnaldo Carvalho de Melo1-1/+1
2016-06-22perf session: Destructors should accept NULLArnaldo Carvalho de Melo1-2/+1
2016-06-22perf evlist: Destructors should accept NULLArnaldo Carvalho de Melo1-2/+1
2016-04-11perf evsel: Do not use globals in config()Arnaldo Carvalho de Melo1-1/+1
2016-01-29perf kvm/powerpc: Port perf kvm stat to powerpcHemant Kumar1-0/+18
2016-01-29perf kvm/{x86,s390}: Remove dependency on uapi/kvm_perf.hHemant Kumar1-10/+10
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