mirror of
https://github.com/opnsense/src.git
synced 2026-04-29 01:59:38 -04:00
- add '-j' options to filter to enable converting native pmc log format to json lines format to enable the use of scripts and external tooling % pmc filter -j pmc.log pmc.jsonl - Record the tsc value in sampling interrupts as opposed to recording nanotime when the sample is copied to a global log in hardclock - potentially many milliseconds later. - At initialize record the tsc_freq and the time of day to give us an offset for translating the tsc values in callchain records |
||
|---|---|---|
| .. | ||
| cmd_pmc.h | ||
| cmd_pmc_filter.cc | ||
| cmd_pmc_list.c | ||
| cmd_pmc_stat.c | ||
| cmd_pmc_summary.cc | ||
| Makefile | ||
| pmc.c | ||
| pmc_util.c | ||