ReactOS 0.4.16-dev-1401-gf1332c7
|
Public Attributes | |
GUID | guid |
PERFLIBREQUEST | callback |
struct counterset_template ** | countersets |
unsigned int | counterset_count |
struct list | instance_list |
HMODULE | perflib |
WCHAR | linkage [MAX_PATH] |
WCHAR | objects [MAX_PATH] |
PM_OPEN_PROC * | pOpen |
PM_CLOSE_PROC * | pClose |
PM_COLLECT_PROC * | pCollect |
PERFLIBREQUEST perf_provider::callback |
Definition at line 166 of file main.c.
Referenced by PerfStartProviderEx().
Definition at line 168 of file main.c.
Referenced by PerfCreateInstance(), PerfSetCounterSetInfo(), and PerfStopProvider().
struct counterset_template** perf_provider::countersets |
Definition at line 167 of file main.c.
Referenced by PerfCreateInstance(), PerfSetCounterSetInfo(), and PerfStopProvider().
GUID perf_provider::guid |
Definition at line 165 of file main.c.
Referenced by PerfStartProviderEx().
Definition at line 170 of file main.c.
Referenced by PerfCreateInstance(), PerfStartProviderEx(), and PerfStopProvider().
Definition at line 1398 of file registry.c.
Referenced by collect_data(), and load_provider().
Definition at line 1399 of file registry.c.
Referenced by load_provider().
PM_CLOSE_PROC* perf_provider::pClose |
Definition at line 1401 of file registry.c.
Referenced by collect_data(), and load_provider().
PM_COLLECT_PROC* perf_provider::pCollect |
Definition at line 1402 of file registry.c.
Referenced by collect_data(), and load_provider().
HMODULE perf_provider::perflib |
Definition at line 1397 of file registry.c.
Referenced by load_provider(), and query_perf_data().
PM_OPEN_PROC* perf_provider::pOpen |
Definition at line 1400 of file registry.c.
Referenced by collect_data(), and load_provider().