Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
f463589a7cd2d156e3b6b64ee26588c0cdcce08a
/
tools
/
perf
/
builtin-kvm.c
15bcdc9
Merge branch 'linus' into perf/core, to fix conflicts
by Ingo Molnar
· 7 years ago
b244131
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
by Greg Kroah-Hartman
· 7 years ago
eae8ad8
perf tools: Add struct perf_data_file
by Jiri Olsa
· 8 years ago
8ceb41d
perf tools: Rename struct perf_data_file to perf_data
by Jiri Olsa
· 8 years ago
340b47f
perf top: Implement multithreading for perf_event__synthesize_threads
by Kan Liang
· 7 years ago
0a7c74e
perf tools: Provide mutex wrappers for pthreads rwlocks
by Arnaldo Carvalho de Melo
· 8 years ago
4208735
perf tools: Remove poll.h and wait.h from util.h
by Arnaldo Carvalho de Melo
· 8 years ago
bb8c16d
perf kvm: Make function only used by 'perf kvm' static
by Arnaldo Carvalho de Melo
· 8 years ago
c5e4027
perf tools: Move timestamp routines from util.h to time-utils.h
by Arnaldo Carvalho de Melo
· 8 years ago
9607ad3
perf tools: Add signal.h to places using its definitions
by Arnaldo Carvalho de Melo
· 8 years ago
b0742e9
perf tools: Don't include terminal handling headers in util.h
by Arnaldo Carvalho de Melo
· 8 years ago
a43783a
perf tools: Include errno.h where needed
by Arnaldo Carvalho de Melo
· 8 years ago
fd20e81
perf tools: Including missing inttypes.h header
by Arnaldo Carvalho de Melo
· 8 years ago
877a7a1
perf tools: Add include <linux/kernel.h> where ARRAY_SIZE() is used
by Arnaldo Carvalho de Melo
· 8 years ago
b0ad8ea
perf tools: Remove unused 'prefix' from builtin functions
by Arnaldo Carvalho de Melo
· 8 years ago
f3b3614
perf tools: Add PERF_RECORD_NAMESPACES to include namespaces related info
by Hari Bathini
· 8 years ago
c05a6e1
perf kvm: Use NSEC_PER_USEC
by Arnaldo Carvalho de Melo
· 8 years ago
bd48c63
tools: Introduce tools/include/linux/time64.h for *SEC_PER_*SEC macros
by Arnaldo Carvalho de Melo
· 8 years ago
c8b5f2c
tools: Introduce str_error_r()
by Arnaldo Carvalho de Melo
· 8 years ago
e5cadb9
perf evlist: Rename for_each() macros to for_each_entry()
by Arnaldo Carvalho de Melo
· 8 years ago
e144655
perf session: Destructors should accept NULL
by Arnaldo Carvalho de Melo
· 8 years ago
0b04b3d
perf evlist: Destructors should accept NULL
by Arnaldo Carvalho de Melo
· 8 years ago
e68ae9c
perf evsel: Do not use globals in config()
by Arnaldo Carvalho de Melo
· 9 years ago
066d359
perf kvm/powerpc: Port perf kvm stat to powerpc
by Hemant Kumar
· 9 years ago
162607e
perf kvm/{x86,s390}: Remove dependency on uapi/kvm_perf.h
by Hemant Kumar
· 9 years ago
4b6ab94
perf subcmd: Create subcmd library
by Josh Poimboeuf
· 9 years ago
1b0344e
perf kvm: Remove invocation of setup/exit_browser()
by Namhyung Kim
· 9 years ago
4605eab
tools lib api fs: Replace debugfs/tracefs objects interface with fs.c
by Jiri Olsa
· 9 years ago
41b9836
perf kvm: Fill in the missing session freeing after an error occurs
by Taeung Song
· 9 years ago
9d9cad7
perf tools: Configurable per thread proc map processing time out
by Kan Liang
· 9 years ago
b91fc39
perf machine: Protect the machine->threads with a rwlock
by Arnaldo Carvalho de Melo
· 10 years ago
8cc5ec1f
perf kvm: Support using -f to override perf.data.guest file ownership
by Yunlong Song
· 10 years ago
d704ebd
perf tools: tool->finished_round() doesn't need perf_session
by Arnaldo Carvalho de Melo
· 10 years ago
b7b61cb
perf ordered_events: Shorten function signatures
by Arnaldo Carvalho de Melo
· 10 years ago
99d348a
perf kvm stat live: Mark events as (x86 only) in help output
by Alexander Yarygin
· 10 years ago
f45d20f
perf kvm: Print kvm specific --help output
by Namhyung Kim
· 10 years ago
673d659
perf kvm stat live: Enable events copying
by Alexander Yarygin
· 10 years ago
69e865c
perf kvm: Use thread_{,_set}_priv helpers
by Namhyung Kim
· 10 years ago
1ca7226
perf kvm stat live: Use fdarray object instead of pollfd
by Jiri Olsa
· 10 years ago
0cae013
perf kvm stat live: Use perf_evlist__add_pollfd return fd position
by Jiri Olsa
· 10 years ago
fe636ad
perf kvm stat live: Fix perf_evlist__add_pollfd error handling
by Jiri Olsa
· 10 years ago
52e02834
perf tools: Modify error code for when perf_session__new() fails
by Taeung Song
· 10 years ago
1b85337
tools lib api: Adopt fdarray class from perf's evlist
by Arnaldo Carvalho de Melo
· 10 years ago
0a04c9e
perf kvm stat live: Use perf_evlist__add_pollfd() instead of local equivalent
by Arnaldo Carvalho de Melo
· 10 years ago
1f3e5b5
perf kvm stat report: Unify the title bar output
by Alexander Yarygin
· 10 years ago
f181957
perf kvm stat report: Enable the target.system_wide flag
by Alexander Yarygin
· 10 years ago
3ae4a76
perf kvm stat report: Save pid string in opts.target.pid
by Alexander Yarygin
· 10 years ago
f9f33fd
perf kvm: Use strerror_r instead of strerror
by Masami Hiramatsu
· 10 years ago
0a7e6d1
perf tools: Check recorded kernel version when finding vmlinux
by Namhyung Kim
· 10 years ago
14d37f3
perf kvm: Move call to symbol__init() after creating session
by Namhyung Kim
· 10 years ago
d5b4130
perf kvm: Fix stdin handling for 'kvm stat live' command
by Jiri Olsa
· 10 years ago
d40b4a1
perf tools: Flush ordered events in case of allocation failure
by Jiri Olsa
· 10 years ago
37e39aa
perf tools: Rename ordered_samples struct to ordered_events
by Jiri Olsa
· 10 years ago
0a8cb85
perf tools: Rename ordered_samples bool to ordered_events
by Jiri Olsa
· 10 years ago
b048a24
perf kvm stat: Properly show submicrosecond times
by Christian Borntraeger
· 10 years ago
3be8e2a
perf kvm: Add stat support on s390
by Alexander Yarygin
· 10 years ago
54c801f
perf kvm: Add skip_event() for --duration option
by Alexander Yarygin
· 10 years ago
9daa812
perf kvm: Move arch specific code into arch/
by Alexander Yarygin
· 10 years ago
44b3802
perf kvm: Use defines of kvm events
by Alexander Yarygin
· 10 years ago
65c647a
perf kvm: Refactoring of cpu_isa_config()
by Alexander Yarygin
· 10 years ago
df74c13
perf kvm: Simplify exit reasons tables definitions
by Alexander Yarygin
· 10 years ago
da50ad6
perf kvm: Introduce HAVE_KVM_STAT_SUPPORT flag
by Alexander Yarygin
· 10 years ago
acb61fc
perf kvm: Fix 'Min time' counting in report command
by Alexander Yarygin
· 11 years ago
09a71b9
perf kvm: introduce --list-cmds for use by scripts
by Ramkumar Ramachandra
· 11 years ago
0050f7a
perf evlist: Introduce evlist__for_each() & friends
by Arnaldo Carvalho de Melo
· 11 years ago
03ad974
perf evlist: Move destruction of maps to evlist destructor
by Arnaldo Carvalho de Melo
· 11 years ago
f538565
perf tools: No need to test against NULL before calling free()
by Arnaldo Carvalho de Melo
· 11 years ago
b400679
perf tools: Rename 'perf_record_opts' to 'record_opts
by Arnaldo Carvalho de Melo
· 11 years ago
553873e
tools/: Convert to new topic libraries
by Borislav Petkov
· 11 years ago
e1a2b17
perf kvm: Move code to generate filename for perf-kvm to function.
by Dongsheng Yang
· 11 years ago
476b3a8
perf kvm: Fix bug in 'stat report'
by Dongsheng Yang
· 11 years ago
100b907
perf kvm: Introduce option -v for perf kvm command.
by Dongsheng Yang
· 11 years ago
602ad87
perf target: Shorten perf_target__ to target__
by Arnaldo Carvalho de Melo
· 11 years ago
a33fbd5
perf machine: Simplify synthesize_threads method
by Arnaldo Carvalho de Melo
· 11 years ago
58d925d
perf machine: Introduce synthesize_threads method out of open coded equivalent
by Arnaldo Carvalho de Melo
· 11 years ago
62605dc50
perf record: Synthesize non-exec MMAP records when --data used
by Arnaldo Carvalho de Melo
· 11 years ago
87419c9
perf kvm: Disable live command if timerfd is not supported
by David Ahern
· 11 years ago
aac8985
Merge branch 'perf/urgent' into perf/core
by Ingo Molnar
· 11 years ago
8e50d38
perf tools: Fixup mmap event consumption
by Zhouyi Zhou
· 11 years ago
f5fc141
perf tools: Add data object to handle perf data file
by Jiri Olsa
· 11 years ago
994a1f7
perf tools: Check mmap pages value early
by Jiri Olsa
· 11 years ago
e71aa28
perf kvm: Fix sample_type manipulation
by Adrian Hunter
· 11 years ago
314add6
perf tools: change machine__findnew_thread() to set thread pid
by Adrian Hunter
· 11 years ago
fe32ee0
perf kvm: Remove force option to cmd_record
by David Ahern
· 11 years ago
70f7b4a
perf kvm: Option to print events that exceed a duration
by David Ahern
· 11 years ago
2e73f00
perf kvm stat report: Add option to analyze specific VM
by David Ahern
· 11 years ago
62d04db
perf kvm: Add min and max stats to display
by David Ahern
· 11 years ago
1afe1d1
perf kvm: Add live mode
by David Ahern
· 11 years ago
8fdd84c
perf kvm: Split out tracepoints from record args
by David Ahern
· 11 years ago
6ca5f30
perf kvm: Handle realloc failures
by David Ahern
· 11 years ago
85c66be
perf tools: Introduce tools/lib/lk library
by Borislav Petkov
· 12 years ago
20914ce5
perf kvm: Initialize file_name var to fix segfault
by Arnaldo Carvalho de Melo
· 12 years ago
f0b9abf
Merge branch 'linus' into perf/core
by Ingo Molnar
· 12 years ago
7321090
perf kvm: Fix building perf kvm on non x86 arches
by Xiao Guangrong
· 12 years ago
3786063
perf kvm: Rename perf_kvm to perf_kvm_stat
by Xiao Guangrong
· 12 years ago
d2709c7
perf: Make perf build for x86 with UAPI disintegration applied
by David Howells
· 12 years ago
355afe8
perf kvm: Add braces around multi-line statements
by David Ahern
· 12 years ago
e4f7637
perf kvm: Total count is a u64, print as so
by David Ahern
· 12 years ago
b880dee
perf kvm: Remove typecast in init_kvm_event_record
by David Ahern
· 12 years ago
2aa8eab
perf kvm: Only process events for vcpus of interest
by David Ahern
· 12 years ago
Next »