29#ifndef __CPU_PROBES_PC_COUNT_TRACKER_HH__
30#define __CPU_PROBES_PC_COUNT_TRACKER_HH__
32#include <unordered_set>
35#include "params/PcCountTracker.hh"
PcCountTracker(const PcCountTrackerParams ¶ms)
virtual void regProbeListeners()
setup the probelistener
void checkPc(const Addr &pc)
this function is called when the probelistener receives signal from the probe
std::unordered_set< Addr > targetPC
a set of Program Counter addresses that should notify the PcCounterTrackerManager for
BaseCPU * cpuptr
the core this PcCountTracker is tracking at
PcCountTrackerManager * manager
the PcCounterTrackerManager
This class is a minimal wrapper around SimObject.
const Params & params() const
Copyright (c) 2024 - Pranith Kumar Copyright (c) 2020 Inria All rights reserved.
uint64_t Addr
Address type This will probably be moved somewhere else in the near future.