aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-kvm.c
AgeCommit message (Expand)Author
2019-12-10perf tools: Propagate get_cpuid() errorArnaldo Carvalho de Melo
2019-02-22perf data: Add global path holderJiri Olsa
2018-12-17perf tools: Allow specifying proc-map-timeout in config fileMark Drayton
2018-06-04perf tools: Ditch the symbol_conf.nr_events globalArnaldo Carvalho de Melo
2018-03-08perf mmap: Simplify perf_mmap__read_init()Kan Liang
2018-03-08perf mmap: Simplify perf_mmap__read_event()Kan Liang
2018-03-08perf mmap: Simplify perf_mmap__consume()Kan Liang
2018-03-05perf kvm: Switch to new perf_mmap__read_event() interfaceKan Liang
2018-01-25perf evlist: Remove fcntl.h from evlist.hArnaldo Carvalho de Melo
2017-12-05perf evlist: Remove 'overwrite' parameter from perf_evlist__mmapWang Nan
2017-11-17perf tools: Optimize sample parsing for ordered eventsJiri Olsa
2017-11-17perf ordered_events: Pass timestamp arg in perf_session__queue_eventJiri Olsa
2017-11-07Merge branch 'linus' into perf/core, to fix conflictsIngo Molnar
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-30perf tools: Add struct perf_data_fileJiri Olsa
2017-10-30perf tools: Rename struct perf_data_file to perf_dataJiri Olsa
2017-10-03perf top: Implement multithreading for perf_event__synthesize_threadsKan Liang
2017-09-21perf tools: Provide mutex wrappers for pthreads rwlocksArnaldo Carvalho de Melo
2017-04-24perf tools: Remove poll.h and wait.h from util.hArnaldo Carvalho de Melo
2017-04-24perf kvm: Make function only used by 'perf kvm' staticArnaldo Carvalho de Melo
2017-04-20perf tools: Move timestamp routines from util.h to time-utils.hArnaldo Carvalho de Melo
2017-04-20perf tools: Add signal.h to places using its definitionsArnaldo Carvalho de Melo
2017-04-19perf tools: Don't include terminal handling headers in util.hArnaldo Carvalho de Melo
2017-04-19perf tools: Include errno.h where neededArnaldo Carvalho de Melo
2017-04-19perf tools: Including missing inttypes.h headerArnaldo Carvalho de Melo
2017-04-19perf tools: Add include <linux/kernel.h> where ARRAY_SIZE() is usedArnaldo Carvalho de Melo
2017-03-27perf tools: Remove unused 'prefix' from builtin functionsArnaldo Carvalho de Melo
2017-03-14perf tools: Add PERF_RECORD_NAMESPACES to include namespaces related infoHari Bathini
2016-08-23perf kvm: Use NSEC_PER_USECArnaldo Carvalho de Melo
2016-08-23tools: Introduce tools/include/linux/time64.h for *SEC_PER_*SEC macrosArnaldo Carvalho de Melo
2016-07-12tools: Introduce str_error_r()Arnaldo Carvalho de Melo
2016-06-23perf evlist: Rename for_each() macros to for_each_entry()Arnaldo Carvalho de Melo
2016-06-22perf session: Destructors should accept NULLArnaldo Carvalho de Melo
2016-06-22perf evlist: Destructors should accept NULLArnaldo Carvalho de Melo
2016-04-11perf evsel: Do not use globals in config()Arnaldo Carvalho de Melo
2016-01-29perf kvm/powerpc: Port perf kvm stat to powerpcHemant Kumar
2016-01-29perf kvm/{x86,s390}: Remove dependency on uapi/kvm_perf.hHemant Kumar
2015-12-17perf subcmd: Create subcmd libraryJosh Poimboeuf
2015-12-10perf kvm: Remove invocation of setup/exit_browser()Namhyung Kim
2015-09-14tools lib api fs: Replace debugfs/tracefs objects interface with fs.cJiri Olsa
2015-07-01perf kvm: Fill in the missing session freeing after an error occursTaeung Song
2015-06-19perf tools: Configurable per thread proc map processing time outKan Liang
2015-05-08perf machine: Protect the machine->threads with a rwlockArnaldo Carvalho de Melo
2015-04-02perf kvm: Support using -f to override perf.data.guest file ownershipYunlong Song
2015-03-12perf tools: tool->finished_round() doesn't need perf_sessionArnaldo Carvalho de Melo
2015-03-11perf ordered_events: Shorten function signaturesArnaldo Carvalho de Melo
2014-12-10perf kvm stat live: Mark events as (x86 only) in help outputAlexander Yarygin
2014-10-29perf kvm: Print kvm specific --help outputNamhyung Kim
2014-10-15perf kvm stat live: Enable events copyingAlexander Yarygin
2014-10-15perf kvm: Use thread_{,_set}_priv helpersNamhyung Kim