2010-05-31 14:13:21 +00:00
|
|
|
tools/perf
|
2015-05-07 20:52:19 +00:00
|
|
|
tools/arch/alpha/include/asm/barrier.h
|
2015-05-07 21:14:25 +00:00
|
|
|
tools/arch/arm/include/asm/barrier.h
|
2016-01-08 14:23:57 +00:00
|
|
|
tools/arch/arm64/include/asm/barrier.h
|
2015-05-07 21:03:14 +00:00
|
|
|
tools/arch/ia64/include/asm/barrier.h
|
2015-05-08 12:40:36 +00:00
|
|
|
tools/arch/mips/include/asm/barrier.h
|
2015-05-06 21:35:20 +00:00
|
|
|
tools/arch/powerpc/include/asm/barrier.h
|
2015-05-06 21:44:53 +00:00
|
|
|
tools/arch/s390/include/asm/barrier.h
|
2015-05-07 20:09:48 +00:00
|
|
|
tools/arch/sh/include/asm/barrier.h
|
2015-05-07 20:27:23 +00:00
|
|
|
tools/arch/sparc/include/asm/barrier.h
|
|
|
|
tools/arch/sparc/include/asm/barrier_32.h
|
|
|
|
tools/arch/sparc/include/asm/barrier_64.h
|
2015-05-08 13:02:00 +00:00
|
|
|
tools/arch/tile/include/asm/barrier.h
|
2015-04-30 15:33:22 +00:00
|
|
|
tools/arch/x86/include/asm/barrier.h
|
2015-05-08 11:53:26 +00:00
|
|
|
tools/arch/xtensa/include/asm/barrier.h
|
2012-05-30 18:02:42 +00:00
|
|
|
tools/scripts
|
2014-12-29 12:51:45 +00:00
|
|
|
tools/build
|
2015-04-07 14:53:41 +00:00
|
|
|
tools/arch/x86/include/asm/atomic.h
|
|
|
|
tools/arch/x86/include/asm/rmwcc.h
|
2012-05-30 18:02:42 +00:00
|
|
|
tools/lib/traceevent
|
2015-10-14 12:41:12 +00:00
|
|
|
tools/lib/bpf
|
2014-01-10 19:25:05 +00:00
|
|
|
tools/lib/api
|
2015-07-08 10:04:02 +00:00
|
|
|
tools/lib/bpf
|
2015-12-15 15:39:39 +00:00
|
|
|
tools/lib/subcmd
|
2015-07-09 19:27:25 +00:00
|
|
|
tools/lib/hweight.c
|
2015-07-06 01:48:21 +00:00
|
|
|
tools/lib/rbtree.c
|
2015-11-16 14:36:29 +00:00
|
|
|
tools/lib/string.c
|
2013-12-11 12:15:00 +00:00
|
|
|
tools/lib/symbol/kallsyms.c
|
|
|
|
tools/lib/symbol/kallsyms.h
|
2016-01-08 13:46:52 +00:00
|
|
|
tools/lib/find_bit.c
|
2016-01-11 10:54:51 +00:00
|
|
|
tools/lib/bitmap.c
|
tools: Introduce str_error_r()
The tools so far have been using the strerror_r() GNU variant, that
returns a string, be it the buffer passed or something else.
But that, besides being tricky in cases where we expect that the
function using strerror_r() returns the error formatted in a provided
buffer (we have to check if it returned something else and copy that
instead), breaks the build on systems not using glibc, like Alpine
Linux, where musl libc is used.
So, introduce yet another wrapper, str_error_r(), that has the GNU
interface, but uses the portable XSI variant of strerror_r(), so that
users rest asured that the provided buffer is used and it is what is
returned.
Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: David Ahern <dsahern@gmail.com>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Wang Nan <wangnan0@huawei.com>
Link: http://lkml.kernel.org/n/tip-d4t42fnf48ytlk8rjxs822tf@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
2016-07-06 14:56:20 +00:00
|
|
|
tools/lib/str_error_r.c
|
2016-07-07 18:42:33 +00:00
|
|
|
tools/lib/vsprintf.c
|
2015-04-07 14:53:41 +00:00
|
|
|
tools/include/asm/atomic.h
|
2015-04-30 15:33:22 +00:00
|
|
|
tools/include/asm/barrier.h
|
2014-01-09 14:00:54 +00:00
|
|
|
tools/include/asm/bug.h
|
2016-01-08 14:23:57 +00:00
|
|
|
tools/include/asm-generic/atomic-gcc.h
|
2015-05-07 20:04:06 +00:00
|
|
|
tools/include/asm-generic/barrier.h
|
2015-01-13 13:19:12 +00:00
|
|
|
tools/include/asm-generic/bitops/arch_hweight.h
|
2014-12-15 19:44:26 +00:00
|
|
|
tools/include/asm-generic/bitops/atomic.h
|
2015-01-13 13:19:12 +00:00
|
|
|
tools/include/asm-generic/bitops/const_hweight.h
|
2014-12-15 18:07:24 +00:00
|
|
|
tools/include/asm-generic/bitops/__ffs.h
|
2014-12-16 14:26:35 +00:00
|
|
|
tools/include/asm-generic/bitops/__fls.h
|
2014-12-16 13:53:27 +00:00
|
|
|
tools/include/asm-generic/bitops/find.h
|
2014-12-16 14:26:35 +00:00
|
|
|
tools/include/asm-generic/bitops/fls64.h
|
|
|
|
tools/include/asm-generic/bitops/fls.h
|
2015-01-13 13:19:12 +00:00
|
|
|
tools/include/asm-generic/bitops/hweight.h
|
2014-12-16 13:53:27 +00:00
|
|
|
tools/include/asm-generic/bitops.h
|
2015-04-07 14:53:41 +00:00
|
|
|
tools/include/linux/atomic.h
|
2014-12-16 13:55:42 +00:00
|
|
|
tools/include/linux/bitops.h
|
2014-01-09 14:00:53 +00:00
|
|
|
tools/include/linux/compiler.h
|
2015-08-29 04:21:55 +00:00
|
|
|
tools/include/linux/filter.h
|
2014-12-15 19:04:11 +00:00
|
|
|
tools/include/linux/hash.h
|
2015-06-01 07:37:47 +00:00
|
|
|
tools/include/linux/kernel.h
|
2015-06-01 07:37:48 +00:00
|
|
|
tools/include/linux/list.h
|
2014-12-15 19:04:11 +00:00
|
|
|
tools/include/linux/log2.h
|
2015-06-01 07:37:48 +00:00
|
|
|
tools/include/linux/poison.h
|
2015-07-06 01:54:01 +00:00
|
|
|
tools/include/linux/rbtree.h
|
2015-07-06 01:59:05 +00:00
|
|
|
tools/include/linux/rbtree_augmented.h
|
2015-11-16 14:36:29 +00:00
|
|
|
tools/include/linux/string.h
|
2014-04-25 19:31:02 +00:00
|
|
|
tools/include/linux/types.h
|
2015-09-21 14:35:43 +00:00
|
|
|
tools/include/linux/err.h
|
2016-01-11 10:54:51 +00:00
|
|
|
tools/include/linux/bitmap.h
|
2015-01-13 13:19:12 +00:00
|
|
|
include/asm-generic/bitops/arch_hweight.h
|
|
|
|
include/asm-generic/bitops/const_hweight.h
|
2014-12-16 14:26:35 +00:00
|
|
|
include/asm-generic/bitops/fls64.h
|
|
|
|
include/asm-generic/bitops/__fls.h
|
|
|
|
include/asm-generic/bitops/fls.h
|
2010-05-31 14:13:21 +00:00
|
|
|
include/linux/perf_event.h
|
|
|
|
include/linux/list.h
|
|
|
|
include/linux/hash.h
|
|
|
|
include/linux/stringify.h
|
|
|
|
include/linux/swab.h
|
|
|
|
arch/*/include/asm/unistd*.h
|
perf tools: Fix building from 'make perf-*-src-pkg' tarballs
Thanks (mostly) to uapi the package created from perf-*-src-pkg FTBFS:
| CC perf.o
|In file included from util/../perf.h:8:0,
| from util/cache.h:7,
| from perf.c:12:
|arch/x86/include/asm/unistd.h:4:29: fatal error: uapi/asm/unistd.h: No such file or directory
|
| CC perf.o
|In file included from util/../perf.h:106:0,
| from util/cache.h:7,
| from perf.c:12:
|include/linux/perf_event.h:17:35: fatal error: uapi/linux/perf_event.h: No such file or directory
|
| CC perf.o
|In file included from include/uapi/linux/perf_event.h:19:0,
| from util/../perf.h:106,
| from util/cache.h:7,
| from perf.c:12:
|util/include/asm/byteorder.h:2:49: fatal error: ../../../../include/uapi/linux/swab.h: No such file or directory
|
| CC perf.o
|In file included from util/include/../../../../include/linux/list.h:7:0,
| from util/include/linux/list.h:4,
| from util/parse-events.h:7,
| from perf.c:15:
|util/include/linux/const.h:1:50: fatal error: ../../../../include/uapi/linux/const.h: No such file or directory
|
|In file included from builtin-kvm.c:26:0:
|arch/x86/include/asm/svm.h:4:26: fatal error: uapi/asm/svm.h: No such file or directory
|
|In file included from util/evsel.c:21:0:
|include/linux/hw_breakpoint.h:5:38: fatal error: uapi/linux/hw_breakpoint.h: No such file or directory
|
| CC util/evsel.o
|In file included from util/perf_regs.h:5:0,
| from util/evsel.c:23:
|arch/x86/include/perf_regs.h:6:27: fatal error: asm/perf_regs.h: No such file or directory
|
| CC util/rbtree.o
|In file included from ../../lib/rbtree.c:24:0:
|util/include/linux/rbtree_augmented.h:2:56: fatal error: ../../../../include/linux/rbtree_augmented.h: No such file or directory
This patch adds the missing files.
Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Cc: Ingo Molnar <mingo@redhat.com>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Link: http://lkml.kernel.org/r/1357654134-28538-1-git-send-email-bigeasy@linutronix.de
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
2013-01-08 14:08:54 +00:00
|
|
|
arch/*/include/uapi/asm/unistd*.h
|
|
|
|
arch/*/include/uapi/asm/perf_regs.h
|
2010-11-30 22:12:13 +00:00
|
|
|
arch/*/lib/memcpy*.S
|
2012-02-13 14:57:37 +00:00
|
|
|
arch/*/lib/memset*.S
|
2016-03-24 14:48:23 +00:00
|
|
|
arch/*/include/asm/*features.h
|
2010-05-31 14:13:21 +00:00
|
|
|
include/linux/poison.h
|
|
|
|
include/linux/hw_breakpoint.h
|
perf tools: Fix building from 'make perf-*-src-pkg' tarballs
Thanks (mostly) to uapi the package created from perf-*-src-pkg FTBFS:
| CC perf.o
|In file included from util/../perf.h:8:0,
| from util/cache.h:7,
| from perf.c:12:
|arch/x86/include/asm/unistd.h:4:29: fatal error: uapi/asm/unistd.h: No such file or directory
|
| CC perf.o
|In file included from util/../perf.h:106:0,
| from util/cache.h:7,
| from perf.c:12:
|include/linux/perf_event.h:17:35: fatal error: uapi/linux/perf_event.h: No such file or directory
|
| CC perf.o
|In file included from include/uapi/linux/perf_event.h:19:0,
| from util/../perf.h:106,
| from util/cache.h:7,
| from perf.c:12:
|util/include/asm/byteorder.h:2:49: fatal error: ../../../../include/uapi/linux/swab.h: No such file or directory
|
| CC perf.o
|In file included from util/include/../../../../include/linux/list.h:7:0,
| from util/include/linux/list.h:4,
| from util/parse-events.h:7,
| from perf.c:15:
|util/include/linux/const.h:1:50: fatal error: ../../../../include/uapi/linux/const.h: No such file or directory
|
|In file included from builtin-kvm.c:26:0:
|arch/x86/include/asm/svm.h:4:26: fatal error: uapi/asm/svm.h: No such file or directory
|
|In file included from util/evsel.c:21:0:
|include/linux/hw_breakpoint.h:5:38: fatal error: uapi/linux/hw_breakpoint.h: No such file or directory
|
| CC util/evsel.o
|In file included from util/perf_regs.h:5:0,
| from util/evsel.c:23:
|arch/x86/include/perf_regs.h:6:27: fatal error: asm/perf_regs.h: No such file or directory
|
| CC util/rbtree.o
|In file included from ../../lib/rbtree.c:24:0:
|util/include/linux/rbtree_augmented.h:2:56: fatal error: ../../../../include/linux/rbtree_augmented.h: No such file or directory
This patch adds the missing files.
Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Cc: Ingo Molnar <mingo@redhat.com>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Link: http://lkml.kernel.org/r/1357654134-28538-1-git-send-email-bigeasy@linutronix.de
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
2013-01-08 14:08:54 +00:00
|
|
|
include/uapi/linux/perf_event.h
|
2015-10-14 12:41:12 +00:00
|
|
|
include/uapi/linux/bpf.h
|
|
|
|
include/uapi/linux/bpf_common.h
|
perf tools: Fix building from 'make perf-*-src-pkg' tarballs
Thanks (mostly) to uapi the package created from perf-*-src-pkg FTBFS:
| CC perf.o
|In file included from util/../perf.h:8:0,
| from util/cache.h:7,
| from perf.c:12:
|arch/x86/include/asm/unistd.h:4:29: fatal error: uapi/asm/unistd.h: No such file or directory
|
| CC perf.o
|In file included from util/../perf.h:106:0,
| from util/cache.h:7,
| from perf.c:12:
|include/linux/perf_event.h:17:35: fatal error: uapi/linux/perf_event.h: No such file or directory
|
| CC perf.o
|In file included from include/uapi/linux/perf_event.h:19:0,
| from util/../perf.h:106,
| from util/cache.h:7,
| from perf.c:12:
|util/include/asm/byteorder.h:2:49: fatal error: ../../../../include/uapi/linux/swab.h: No such file or directory
|
| CC perf.o
|In file included from util/include/../../../../include/linux/list.h:7:0,
| from util/include/linux/list.h:4,
| from util/parse-events.h:7,
| from perf.c:15:
|util/include/linux/const.h:1:50: fatal error: ../../../../include/uapi/linux/const.h: No such file or directory
|
|In file included from builtin-kvm.c:26:0:
|arch/x86/include/asm/svm.h:4:26: fatal error: uapi/asm/svm.h: No such file or directory
|
|In file included from util/evsel.c:21:0:
|include/linux/hw_breakpoint.h:5:38: fatal error: uapi/linux/hw_breakpoint.h: No such file or directory
|
| CC util/evsel.o
|In file included from util/perf_regs.h:5:0,
| from util/evsel.c:23:
|arch/x86/include/perf_regs.h:6:27: fatal error: asm/perf_regs.h: No such file or directory
|
| CC util/rbtree.o
|In file included from ../../lib/rbtree.c:24:0:
|util/include/linux/rbtree_augmented.h:2:56: fatal error: ../../../../include/linux/rbtree_augmented.h: No such file or directory
This patch adds the missing files.
Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Cc: Ingo Molnar <mingo@redhat.com>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Link: http://lkml.kernel.org/r/1357654134-28538-1-git-send-email-bigeasy@linutronix.de
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
2013-01-08 14:08:54 +00:00
|
|
|
include/uapi/linux/const.h
|
|
|
|
include/uapi/linux/swab.h
|
|
|
|
include/uapi/linux/hw_breakpoint.h
|
perf kvm: Events analysis tool
Add 'perf kvm stat' support to analyze kvm vmexit/mmio/ioport smartly
Usage:
- kvm stat
run a command and gather performance counter statistics, it is the alias of
perf stat
- trace kvm events:
perf kvm stat record, or, if other tracepoints are interesting as well, we
can append the events like this:
perf kvm stat record -e timer:* -a
If many guests are running, we can track the specified guest by using -p or
--pid, -a is used to track events generated by all guests.
- show the result:
perf kvm stat report
The output example is following:
13005
13059
total 2 guests are running on the host
Then, track the guest whose pid is 13059:
^C[ perf record: Woken up 1 times to write data ]
[ perf record: Captured and wrote 0.253 MB perf.data.guest (~11065 samples) ]
See the vmexit events:
Analyze events for all VCPUs:
VM-EXIT Samples Samples% Time% Avg time
APIC_ACCESS 460 70.55% 0.01% 22.44us ( +- 1.75% )
HLT 93 14.26% 99.98% 832077.26us ( +- 10.42% )
EXTERNAL_INTERRUPT 64 9.82% 0.00% 35.35us ( +- 14.21% )
PENDING_INTERRUPT 24 3.68% 0.00% 9.29us ( +- 31.39% )
CR_ACCESS 7 1.07% 0.00% 8.12us ( +- 5.76% )
IO_INSTRUCTION 3 0.46% 0.00% 18.00us ( +- 11.79% )
EXCEPTION_NMI 1 0.15% 0.00% 5.83us ( +- -nan% )
Total Samples:652, Total events handled time:77396109.80us.
See the mmio events:
Analyze events for all VCPUs:
MMIO Access Samples Samples% Time% Avg time
0xfee00380:W 387 84.31% 79.28% 8.29us ( +- 3.32% )
0xfee00300:W 24 5.23% 9.96% 16.79us ( +- 1.97% )
0xfee00300:R 24 5.23% 7.83% 13.20us ( +- 3.00% )
0xfee00310:W 24 5.23% 2.93% 4.94us ( +- 3.84% )
Total Samples:459, Total events handled time:4044.59us.
See the ioport event:
Analyze events for all VCPUs:
IO Port Access Samples Samples% Time% Avg time
0xc050:POUT 3 100.00% 100.00% 13.75us ( +- 10.83% )
Total Samples:3, Total events handled time:41.26us.
And, --vcpu is used to track the specified vcpu and --key is used to sort the
result:
Analyze events for VCPU 0:
VM-EXIT Samples Samples% Time% Avg time
HLT 27 13.85% 99.97% 405790.24us ( +- 12.70% )
EXTERNAL_INTERRUPT 13 6.67% 0.00% 27.94us ( +- 22.26% )
APIC_ACCESS 146 74.87% 0.03% 21.69us ( +- 2.91% )
IO_INSTRUCTION 2 1.03% 0.00% 17.77us ( +- 20.56% )
CR_ACCESS 2 1.03% 0.00% 8.55us ( +- 6.47% )
PENDING_INTERRUPT 5 2.56% 0.00% 6.27us ( +- 3.94% )
Total Samples:195, Total events handled time:10959950.90us.
Signed-off-by: Dong Hao <haodong@linux.vnet.ibm.com>
Signed-off-by: Runzhen Wang <runzhen@linux.vnet.ibm.com>
[ Dong Hao <haodong@linux.vnet.ibm.com>
Runzhen Wang <runzhen@linux.vnet.ibm.com>:
- rebase it on current acme's tree
- fix the compiling-error on i386 ]
Signed-off-by: Xiao Guangrong <xiaoguangrong@linux.vnet.ibm.com>
Acked-by: David Ahern <dsahern@gmail.com>
Cc: Avi Kivity <avi@redhat.com>
Cc: David Ahern <dsahern@gmail.com>
Cc: Ingo Molnar <mingo@kernel.org>
Cc: Marcelo Tosatti <mtosatti@redhat.com>
Cc: kvm@vger.kernel.org
Cc: Runzhen Wang <runzhen@linux.vnet.ibm.com>
Link: http://lkml.kernel.org/r/1347870675-31495-4-git-send-email-haodong@linux.vnet.ibm.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
2012-09-17 08:31:15 +00:00
|
|
|
arch/x86/include/asm/svm.h
|
|
|
|
arch/x86/include/asm/vmx.h
|
|
|
|
arch/x86/include/asm/kvm_host.h
|
perf tools: Fix building from 'make perf-*-src-pkg' tarballs
Thanks (mostly) to uapi the package created from perf-*-src-pkg FTBFS:
| CC perf.o
|In file included from util/../perf.h:8:0,
| from util/cache.h:7,
| from perf.c:12:
|arch/x86/include/asm/unistd.h:4:29: fatal error: uapi/asm/unistd.h: No such file or directory
|
| CC perf.o
|In file included from util/../perf.h:106:0,
| from util/cache.h:7,
| from perf.c:12:
|include/linux/perf_event.h:17:35: fatal error: uapi/linux/perf_event.h: No such file or directory
|
| CC perf.o
|In file included from include/uapi/linux/perf_event.h:19:0,
| from util/../perf.h:106,
| from util/cache.h:7,
| from perf.c:12:
|util/include/asm/byteorder.h:2:49: fatal error: ../../../../include/uapi/linux/swab.h: No such file or directory
|
| CC perf.o
|In file included from util/include/../../../../include/linux/list.h:7:0,
| from util/include/linux/list.h:4,
| from util/parse-events.h:7,
| from perf.c:15:
|util/include/linux/const.h:1:50: fatal error: ../../../../include/uapi/linux/const.h: No such file or directory
|
|In file included from builtin-kvm.c:26:0:
|arch/x86/include/asm/svm.h:4:26: fatal error: uapi/asm/svm.h: No such file or directory
|
|In file included from util/evsel.c:21:0:
|include/linux/hw_breakpoint.h:5:38: fatal error: uapi/linux/hw_breakpoint.h: No such file or directory
|
| CC util/evsel.o
|In file included from util/perf_regs.h:5:0,
| from util/evsel.c:23:
|arch/x86/include/perf_regs.h:6:27: fatal error: asm/perf_regs.h: No such file or directory
|
| CC util/rbtree.o
|In file included from ../../lib/rbtree.c:24:0:
|util/include/linux/rbtree_augmented.h:2:56: fatal error: ../../../../include/linux/rbtree_augmented.h: No such file or directory
This patch adds the missing files.
Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Cc: Ingo Molnar <mingo@redhat.com>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Link: http://lkml.kernel.org/r/1357654134-28538-1-git-send-email-bigeasy@linutronix.de
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
2013-01-08 14:08:54 +00:00
|
|
|
arch/x86/include/uapi/asm/svm.h
|
|
|
|
arch/x86/include/uapi/asm/vmx.h
|
|
|
|
arch/x86/include/uapi/asm/kvm.h
|
2014-07-03 14:29:04 +00:00
|
|
|
arch/x86/include/uapi/asm/kvm_perf.h
|
2014-07-03 14:29:07 +00:00
|
|
|
arch/s390/include/uapi/asm/sie.h
|
|
|
|
arch/s390/include/uapi/asm/kvm_perf.h
|