#include "ekapi_ia64.h"#include "ekapi_util.h"

Go to the source code of this file.
Functions/Subroutines | |
| static void | ParseLatency (char *pch, char **ppchFcSrc, char **ppchOppSrc, int *piLatency) |
| ODD_LATENCY * | EKAPI_OddLatencyList (void *pknobs, kapi_fu_t fuid, int *listnum) |
| ODD_LATENCY* EKAPI_OddLatencyList | ( | void * | pknobs, | |
| kapi_fu_t | fuid, | |||
| int * | listnum | |||
| ) |
Definition at line 52 of file ekapi_bypass.cxx.
References buf, count, FmtAssert, i, KAPI_attribute4index(), KAPI_CoreLatency(), KAPI_count4attribute(), KAPI_fu2fuName(), KAPI_fuGetLatencyType(), KAPI_srcOppCount(), lt, malloc, NULL, ODD_LATENCY::oddlatency, opnd, ODD_LATENCY::opndname, ParseLatency(), and strcmp().
Referenced by Print_OddLatency().
| static void ParseLatency | ( | char * | pch, | |
| char ** | ppchFcSrc, | |||
| char ** | ppchOppSrc, | |||
| int * | piLatency | |||
| ) | [static] |
Definition at line 100 of file ekapi_bypass.cxx.
References atoi(), Is_True, NULL, strchr, strlen(), strspn(), and strtok().
Referenced by EKAPI_OddLatencyList(), and kapi_ProcessCoreLatency().
1.5.6