Home
last modified time | relevance | path

Searched refs:Event (Results 1 – 19 of 19) sorted by relevance

/tools/perf/pmu-events/
A Dmetric_test.py5 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 Dmetric.py174 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 Dsystem-wide-dummy1 # 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 Dpyperf.h60 } 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 Dattr.py49 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 Dperf-list.txt129 Event Umask Event Mask
157 Event Umask Event Mask
319 errors. Event groups can be specified using { }.
A Ditrace.txt12 (e.g. Intel PT Event Trace)
A Dperf-top.txt26 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 Dperf-c2c.txt321 Trace Event Information
324 Global Shared Cache Line Event Information
A Dperf-mem.txt61 Event selector. Use 'perf mem record -e list' to list available events.
A Dperf-intel-pt.txt533 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 Dperf-trace.txt46 Event filter. This option should follow an event selector (-e) which
A Dperf.data-file-format.txt640 Event types
A Dperf-record.txt112 Event filter. This option should follow an event selector (-e).
261 Event period to sample.
A Dperf-config.txt543 # Event count (approx.): 6876107743
A Dperf-report.txt111 - weight: Event specific weight, e.g. memory latency or transaction
/tools/arch/x86/kcpuid/
A Dcpuid.csv454 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 Dkvm_stat468 class Event(object):
733 group.add_event(Event(name=name,
/tools/perf/scripts/python/
A Dexported-sql-viewer.py137 from multiprocessing import Process, Array, Value, Event
2675 self.wait_event = Event()
2676 self.fetched_event = Event()

Completed in 44 milliseconds