4 instantiations of PERF_COUNTER_DEFINITION
System (4)
services\monitoring\system\diagnosticts\PerformanceCounterLib.cs (3)
128
NativeMethods.PERF_COUNTER_DEFINITION perfCounter = new NativeMethods.
PERF_COUNTER_DEFINITION
();
1355
NativeMethods.PERF_COUNTER_DEFINITION perfCounter = new NativeMethods.
PERF_COUNTER_DEFINITION
();
1460
NativeMethods.PERF_COUNTER_DEFINITION perfCounter = new NativeMethods.
PERF_COUNTER_DEFINITION
();
services\monitoring\system\diagnosticts\ProcessManager.cs (1)
812
NativeMethods.PERF_COUNTER_DEFINITION counter = new NativeMethods.
PERF_COUNTER_DEFINITION
();
11 references to PERF_COUNTER_DEFINITION
System (11)
services\monitoring\system\diagnosticts\PerformanceCounterLib.cs (4)
128
NativeMethods.
PERF_COUNTER_DEFINITION
perfCounter = new NativeMethods.PERF_COUNTER_DEFINITION();
1355
NativeMethods.
PERF_COUNTER_DEFINITION
perfCounter = new NativeMethods.PERF_COUNTER_DEFINITION();
1460
NativeMethods.
PERF_COUNTER_DEFINITION
perfCounter = new NativeMethods.PERF_COUNTER_DEFINITION();
1535
internal CounterDefinitionSample(NativeMethods.
PERF_COUNTER_DEFINITION
perfCounter, CategorySample categorySample, int instanceNumber) {
services\monitoring\system\diagnosticts\ProcessManager.cs (7)
812
NativeMethods.
PERF_COUNTER_DEFINITION
counter = new NativeMethods.PERF_COUNTER_DEFINITION();
823
NativeMethods.
PERF_COUNTER_DEFINITION
[] counters = new NativeMethods.
PERF_COUNTER_DEFINITION
[counterList.Count];
889
static ThreadInfo GetThreadInfo(NativeMethods.PERF_OBJECT_TYPE type, IntPtr instancePtr, NativeMethods.
PERF_COUNTER_DEFINITION
[] counters) {
892
NativeMethods.
PERF_COUNTER_DEFINITION
counter = counters[i];
948
static ProcessInfo GetProcessInfo(NativeMethods.PERF_OBJECT_TYPE type, IntPtr instancePtr, NativeMethods.
PERF_COUNTER_DEFINITION
[] counters) {
951
NativeMethods.
PERF_COUNTER_DEFINITION
counter = counters[i];