Lines Matching defs:sys

104     void hwBegin(flags f, System *sys, uint64_t frame, std::string sm,
106 void hwQ(flags f, System *sys, uint64_t frame, std::string sm,
109 void hwDq(flags f, System *sys, uint64_t frame, std::string sm,
112 void hwPq(flags f, System *sys, uint64_t frame, std::string sm,
115 void hwRq(flags f, System *sys, uint64_t frame, std::string sm,
118 void hwWf(flags f, System *sys, uint64_t frame, std::string sm,
121 void hwWe(flags f, System *sys, uint64_t frame, std::string sm,
305 void doDq(System *sys, int flags, int cpu, int sm, std::string q, int qi,
307 void doQ(System *sys, int flags, int cpu, int sm, std::string q, int qi,
310 void doSwSmEnd(System *sys, int cpuid, std::string sm, uint64_t frame);
375 getQ(int sys, std::string q, uint64_t id)
380 qi = qCache[sys-1][qid];
382 qi = qCache[sys-1][qid] = ++numQs;
387 numQ[sys-1]++;
388 qMap.push_back(std::make_pair(sys, qid));
393 void swBegin(System *sys, int cpuid, std::string st, uint64_t frame,
432 inline void hwBegin(flags f, System *sys, uint64_t frame, std::string sm,
438 int sysi = getSys(sys);
445 inline void hwQ(flags f, System *sys, uint64_t frame, std::string sm,
451 int sysi = getSys(sys);
453 DPRINTFS(AnnotateQ, sys,
456 doQ(sys, FL_HW | f, 0, getSm(sysi, sm, frame), q, qi, count);
460 inline void hwDq(flags f, System *sys, uint64_t frame, std::string sm,
466 int sysi = getSys(sys);
468 DPRINTFS(AnnotateQ, sys,
471 doDq(sys, FL_HW | f, 0, getSm(sysi,sm, frame), q, qi, count);
474 inline void hwPq(flags f, System *sys, uint64_t frame, std::string sm,
480 int sysi = getSys(sys);
482 DPRINTFS(AnnotateQ, sys,
488 inline void hwRq(flags f, System *sys, uint64_t frame, std::string sm,
494 int sysi = getSys(sys);
496 DPRINTFS(AnnotateQ, sys,
502 inline void hwWf(flags f, System *sys, uint64_t frame, std::string sm,
508 int sysi = getSys(sys);
513 inline void hwWe(flags f, System *sys, uint64_t frame, std::string sm,
519 int sysi = getSys(sys);