ReactOS 0.4.16-dev-1401-gf1332c7
perf_provider Struct Reference
Collaboration diagram for perf_provider:

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
 

Detailed Description

Definition at line 163 of file main.c.

Member Data Documentation

◆ callback

PERFLIBREQUEST perf_provider::callback

Definition at line 166 of file main.c.

Referenced by PerfStartProviderEx().

◆ counterset_count

unsigned int perf_provider::counterset_count

Definition at line 168 of file main.c.

Referenced by PerfCreateInstance(), PerfSetCounterSetInfo(), and PerfStopProvider().

◆ countersets

struct counterset_template** perf_provider::countersets

Definition at line 167 of file main.c.

Referenced by PerfCreateInstance(), PerfSetCounterSetInfo(), and PerfStopProvider().

◆ guid

GUID perf_provider::guid

Definition at line 165 of file main.c.

Referenced by PerfStartProviderEx().

◆ instance_list

struct list perf_provider::instance_list

Definition at line 170 of file main.c.

Referenced by PerfCreateInstance(), PerfStartProviderEx(), and PerfStopProvider().

◆ linkage

WCHAR perf_provider::linkage[MAX_PATH]

Definition at line 1398 of file registry.c.

Referenced by collect_data(), and load_provider().

◆ objects

WCHAR perf_provider::objects[MAX_PATH]

Definition at line 1399 of file registry.c.

Referenced by load_provider().

◆ pClose

PM_CLOSE_PROC* perf_provider::pClose

Definition at line 1401 of file registry.c.

Referenced by collect_data(), and load_provider().

◆ pCollect

PM_COLLECT_PROC* perf_provider::pCollect

Definition at line 1402 of file registry.c.

Referenced by collect_data(), and load_provider().

◆ perflib

HMODULE perf_provider::perflib

Definition at line 1397 of file registry.c.

Referenced by load_provider(), and query_perf_data().

◆ pOpen

PM_OPEN_PROC* perf_provider::pOpen

Definition at line 1400 of file registry.c.

Referenced by collect_data(), and load_provider().


The documentation for this struct was generated from the following files: