| /tools/perf/pmu-events/ |
| A D | metric_test.py | 5 from metric import Event 14 a = Event('a') 15 b = Event('b') 30 a = Event('a') 31 b = Event('b') 32 c = Event('c')
|
| A D | metric.py | 174 not isinstance(rhs, Event) or 'slots' not in rhs.name.lower()): 200 return Event(name) 248 return Event(name) 298 return Event(name) 311 class Event(Expression): class 329 return isinstance(other, Event) and self.name == other.name 405 def source_count(event: Event) -> Function: argument 411 def has_event(event: Event) -> Function: argument 416 def strcmp_cpuid_str(cpuid: Event) -> Function: argument
|
| /tools/perf/tests/shell/attr/ |
| A D | system-wide-dummy | 1 # Event added by system-wide or CPU perf-record to handle the race of 17 # Event will be enabled right away.
|
| /tools/testing/selftests/bpf/progs/ |
| A D | pyperf.h | 60 } Event; typedef 133 __type(value, Event); 172 Event *event; 184 Event *event = ctx->event; in process_frame_callback() 231 Event* event = bpf_map_lookup_elem(&eventmap, &zero); 342 bpf_perf_event_output(ctx, &perfmap, 0, event, offsetof(Event, metadata));
|
| /tools/perf/tests/shell/lib/ |
| A D | attr.py | 49 class Event(dict): class 103 for t in Event.terms: 117 for t in Event.terms: 279 e = Event(section, parser_items, base_items)
|
| /tools/perf/Documentation/ |
| A D | perf-list.txt | 129 Event Umask Event Mask 157 Event Umask Event Mask 319 errors. Event groups can be specified using { }.
|
| A D | itrace.txt | 12 (e.g. Intel PT Event Trace)
|
| A D | perf-top.txt | 26 Event period to sample. 47 Event filter. This option should follow an event selector (-e). For 407 Event to display when multiple counters are active.
|
| A D | perf-c2c.txt | 321 Trace Event Information 324 Global Shared Cache Line Event Information
|
| A D | perf-mem.txt | 61 Event selector. Use 'perf mem record -e list' to list available events.
|
| A D | perf-intel-pt.txt | 533 Enable Event Trace. The events provide information about asynchronous 975 I synthesize Event Trace events 1719 # Event count (approx.): 2274583 1735 Event Trace 1738 Event Trace records information about asynchronous events, for example interrupts, 1757 The capability to do Event Trace is indicated by the 1760 Event trace is selected for recording using the "event" config term. e.g. 1764 Event trace events are output using the --itrace I option. e.g. 1793 The intel-pt-events.py script illustrates how to access Event Trace information
|
| A D | perf-trace.txt | 46 Event filter. This option should follow an event selector (-e) which
|
| A D | perf.data-file-format.txt | 640 Event types
|
| A D | perf-record.txt | 112 Event filter. This option should follow an event selector (-e). 261 Event period to sample.
|
| A D | perf-config.txt | 543 # Event count (approx.): 6876107743
|
| A D | perf-report.txt | 111 - weight: Event specific weight, e.g. memory latency or transaction
|
| /tools/arch/x86/kcpuid/ |
| A D | cpuid.csv | 454 0x14, 0, ebx, 5, power_event_trace , Power Event Trace support 456 …0x14, 0, ebx, 7, event_trace , Event Trace packet generation through … 898 0x8000001c, 0, eax, 2, os_lwp_ire , Instructions Retired Event is sup… 899 0x8000001c, 0, eax, 3, os_lwp_bre , Branch Retired Event is supported… 900 0x8000001c, 0, eax, 4, os_lwp_dme , Dcache Miss Event is supported by… 921 0x8000001c, 0, edx, 2, hw_lwp_ire , Instructions Retired Event is ava… 922 0x8000001c, 0, edx, 3, hw_lwp_bre , Branch Retired Event is available… 923 0x8000001c, 0, edx, 4, hw_lwp_dme , Dcache Miss Event is available in… 992 0x80000020, 0, ebx, 3, bmec , Bandwidth Monitoring Event Config…
|
| /tools/kvm/kvm_stat/ |
| A D | kvm_stat | 468 class Event(object): 733 group.add_event(Event(name=name,
|
| /tools/perf/scripts/python/ |
| A D | exported-sql-viewer.py | 137 from multiprocessing import Process, Array, Value, Event 2675 self.wait_event = Event() 2676 self.fetched_event = Event()
|