X86_64 perf counter plugin 52/14752/35
authorDave Barach <dave@barachs.net>
Mon, 10 Sep 2018 16:31:15 +0000 (12:31 -0400)
committerDamjan Marion <dmarion@me.com>
Mon, 22 Oct 2018 12:02:04 +0000 (12:02 +0000)
commit4d1a866aff6ceb03025990b6e60b42faf09ef486
treebec495932876d9649f26179b4c24b6938be43f38
parent115a3ac59a16f9dcfee92eaecc79cd1fa3320e29
X86_64 perf counter plugin

Change-Id: Ie5a00c15ee9536cc61afab57f6cadc1aa1972f3c
Signed-off-by: Dave Barach <dave@barachs.net>
13 files changed:
build-root/scripts/find-dev-contents
src/plugins/perfmon/CMakeLists.txt [new file with mode: 0644]
src/plugins/perfmon/parse_util.c [new file with mode: 0644]
src/plugins/perfmon/perfmon.c [new file with mode: 0644]
src/plugins/perfmon/perfmon.h [new file with mode: 0644]
src/plugins/perfmon/perfmon_periodic.c [new file with mode: 0644]
src/vlib/main.c
src/vlib/main.h
src/vlib/node.h
src/vlib/node_cli.c
src/vlibapi/node_serialize.c
src/vppinfra/CMakeLists.txt
src/vppinfra/pmc.h [new file with mode: 0644]