aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/perfmon
AgeCommit message (Expand)AuthorFilesLines
2021-03-16perfmon: fixes for cache hierarchyRay Kinsella1-8/+12
2021-03-16perfmon: add support for raw and timestampsRay Kinsella3-1/+24
2021-01-21perfmon: added cache hits and missesRay Kinsella2-0/+70
2020-12-18perfmon: new perfmon pluginDamjan Marion15-0/+2246
2020-12-18misc: deprecate old perfmonDamjan Marion25-25549/+0
2020-12-14misc: move to new pool_foreach macrosDamjan Marion1-3/+3
2020-07-16misc: add callback hooks and refactor pmcTom Seidenberg8-155/+313
2020-04-22misc: asan: do not poison memory after munmap()Benoît Ganne1-2/+0
2019-12-17perfmon: fix per-worker data initializationBenoît Ganne2-9/+14
2019-05-24Add callback multiplex supportDave Barach1-15/+47
2019-05-03plugins: clean up plugin descriptionsDave Wallace1-1/+1
2019-05-01Add node, frame to vlib main loop perf analysis callback argumentsDave Barach1-1/+3
2019-03-26perfmon: fix pmc hw indices out-dated when multiple pmcSu Wang1-3/+15
2019-03-20perfmon: python to C parser for intel CPUsDamjan Marion24-445/+23854
2019-01-27Fix issue with cpu_id and numa_code captured too earlyDamjan Marion1-1/+1
2019-01-27perfmon: collect data on selected thread(s)Dave Barach3-18/+86
2019-01-24perfmon: enable pmc event before reading rdpmc indexDamjan Marion1-6/+6
2019-01-24perfmon plugin: 2-way parallel stat collectionDave Barach3-143/+228
2018-12-17Improve perfmon json table pickerDave Barach4-23/+341
2018-11-14Remove c-11 memcpy checks from perf-critical codeDave Barach1-1/+1
2018-10-25Add x86_64 perfmon tablesDave Barach3-20/+10
2018-10-23VPP-1474: fix coverity warningDave Barach1-0/+3
2018-10-23perfmon.c: Register additional cpuids.Paul Vinciguerra1-4/+7
2018-10-22X86_64 perf counter pluginDave Barach5-0/+1466