Home
last modified time | relevance | path

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

/tools/testing/selftests/bpf/progs/
Dpyperf.h58 } Event; typedef
124 __type(value, Event);
164 Event* event = bpf_map_lookup_elem(&eventmap, &zero); in __on_event()
247 bpf_perf_event_output(ctx, &perfmap, 0, event, offsetof(Event, metadata)); in __on_event()
/tools/perf/tests/
Dattr.py52 class Event(dict): class
106 for t in Event.terms:
120 for t in Event.terms:
219 e = Event(section, parser_items, base_items)
/tools/lib/traceevent/Documentation/
Dlibtraceevent-event_print.txt28 TEP_PRINT_CPU, "%d" - Event CPU.
29 TEP_PRINT_COMM, "%s" - Event command string.
30 TEP_PRINT_NAME, "%s" - Event name.
Dlibtraceevent.txt51 Event related APIs:
59 Event finding:
78 Event fields printing:
84 Event fields finding:
Dlibtraceevent-filter.txt9 Event filter related APIs.
/tools/perf/Documentation/
Dperf-list.txt92 Figure 13-7 Performance Event-Select Register (PerfEvtSeln)).
103 Event Umask Event Mask
224 errors. Event groups can be specified using { }.
Dperf-mem.txt70 Event selector. Use 'perf mem record -e list' to list available events.
Dperf-c2c.txt266 Trace Event Information
269 Global Shared Cache Line Event Information
Dperf-top.txt26 Event period to sample.
318 Event to display when multiple counters are active.
Dperf-record.txt113 Event filter. This option should follow an event selector (-e) which
204 Event period to sample.
Dperf.data-file-format.txt552 Event types
Dperf-config.txt477 # Event count (approx.): 6876107743
Dperf-report.txt94 - weight: Event specific weight, e.g. memory latency or transaction
/tools/kvm/kvm_stat/
Dkvm_stat391 class Event(object): class
656 group.add_event(Event(name=name,
/tools/perf/scripts/python/
Dexported-sql-viewer.py127 from multiprocessing import Process, Array, Value, Event
1287 self.wait_event = Event()
1288 self.fetched_event = Event()