HomeSort by relevance Sort by last modified time
    Searched full:raw_event (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/tools/telemetry/telemetry/core/timeline/
inspector_importer_unittest.py 66 raw_event = {'type': 'Foo',
71 .RawEventToTimelineEvent(raw_event))
79 raw_event = {'type': 'Foo',
85 .RawEventToTimelineEvent(raw_event))
95 raw_event = {'type': 'Foo',
99 RawEventToTimelineEvent(raw_event))
103 raw_event = {'type': 'Foo',
107 RawEventToTimelineEvent(raw_event))
inspector_importer.py 26 for raw_event in self._event_data:
27 thread = render_process.GetOrCreateThread(raw_event.get('thread', 0))
28 InspectorTimelineImporter.AddRawEventToThreadRecursive(thread, raw_event)
  /external/linux-tools-perf/util/
debug.c 72 unsigned char *raw_event = (void *)event; local
89 color_fprintf(stdout, color, " %02x", raw_event[i]);
97 isprint(raw_event[j]) ?
98 raw_event[j] : '.');
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
seq_oss.h 57 int (*raw_event)(struct snd_seq_oss_arg *p, unsigned char *data); member in struct:snd_seq_oss_callback
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
seq_oss.h 57 int (*raw_event)(struct snd_seq_oss_arg *p, unsigned char *data); member in struct:snd_seq_oss_callback
  /external/kernel-headers/original/linux/
hid.h 587 * @report_table: on which reports to call raw_event (NULL means all)
588 * @raw_event: if report in report_table, this hook is called (NULL means nop)
598 * raw_event and event should return 0 on no action performed, 1 when no
622 int (*raw_event)(struct hid_device *hdev, struct hid_report *report, member in struct:hid_driver
  /external/linux-tools-perf/
builtin-kmem.c 284 static void process_raw_event(union perf_event *raw_event __used, void *data,
builtin-sched.c     [all...]

Completed in 229 milliseconds