Searched refs:Event (Results 1 – 15 of 15) sorted by relevance
/tools/testing/selftests/bpf/progs/ |
D | pyperf.h | 58 } 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/ |
D | attr.py | 52 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/ |
D | libtraceevent-event_print.txt | 28 TEP_PRINT_CPU, "%d" - Event CPU. 29 TEP_PRINT_COMM, "%s" - Event command string. 30 TEP_PRINT_NAME, "%s" - Event name.
|
D | libtraceevent.txt | 51 Event related APIs: 59 Event finding: 78 Event fields printing: 84 Event fields finding:
|
D | libtraceevent-filter.txt | 9 Event filter related APIs.
|
/tools/perf/Documentation/ |
D | perf-list.txt | 92 Figure 13-7 Performance Event-Select Register (PerfEvtSeln)). 103 Event Umask Event Mask 224 errors. Event groups can be specified using { }.
|
D | perf-mem.txt | 70 Event selector. Use 'perf mem record -e list' to list available events.
|
D | perf-c2c.txt | 266 Trace Event Information 269 Global Shared Cache Line Event Information
|
D | perf-top.txt | 26 Event period to sample. 318 Event to display when multiple counters are active.
|
D | perf-record.txt | 113 Event filter. This option should follow an event selector (-e) which 204 Event period to sample.
|
D | perf.data-file-format.txt | 552 Event types
|
D | perf-config.txt | 477 # Event count (approx.): 6876107743
|
D | perf-report.txt | 94 - weight: Event specific weight, e.g. memory latency or transaction
|
/tools/kvm/kvm_stat/ |
D | kvm_stat | 391 class Event(object): class 656 group.add_event(Event(name=name,
|
/tools/perf/scripts/python/ |
D | exported-sql-viewer.py | 127 from multiprocessing import Process, Array, Value, Event 1287 self.wait_event = Event() 1288 self.fetched_event = Event()
|