Home
last modified time | relevance | path

Searched defs:instance (Results 1 – 10 of 10) sorted by relevance

/tools/tracing/rtla/src/
Dtrace.c288 static void trace_event_disable_filter(struct trace_instance *instance, in trace_event_disable_filter()
317 static void trace_event_save_hist(struct trace_instance *instance, in trace_event_save_hist()
366 static void trace_event_disable_trigger(struct trace_instance *instance, in trace_event_disable_trigger()
395 void trace_events_disable(struct trace_instance *instance, in trace_events_disable()
419 static int trace_event_enable_filter(struct trace_instance *instance, in trace_event_enable_filter()
454 static int trace_event_enable_trigger(struct trace_instance *instance, in trace_event_enable_trigger()
490 int trace_events_enable(struct trace_instance *instance, in trace_events_enable()
523 void trace_events_destroy(struct trace_instance *instance, in trace_events_destroy()
/tools/power/acpi/os_specific/service_layers/
Doslinuxtbl.c21 u32 instance; member
220 u32 instance, in acpi_os_get_table_by_name()
277 static acpi_status osl_add_table_to_list(char *signature, u32 instance) in osl_add_table_to_list()
350 u32 *instance, acpi_physical_address *address) in acpi_os_get_table_by_index()
767 u32 instance, in osl_get_bios_table()
997 u32 instance; in osl_list_customized_tables() local
1156 osl_table_name_from_file(char *filename, char *signature, u32 *instance) in osl_table_name_from_file()
1309 u32 instance, in osl_get_customized_table()
/tools/power/acpi/tools/acpidump/
Dapdump.c143 u32 instance, acpi_physical_address address) in ap_dump_table_buffer()
193 u32 instance = 0; in ap_dump_all_tables() local
295 u32 instance; in ap_dump_table_by_name() local
Dapfiles.c104 int ap_write_to_binary_file(struct acpi_table_header *table, u32 instance) in ap_write_to_binary_file()
/tools/thermal/tmon/
Dtmon.h52 int instance; member
78 int instance; member
/tools/perf/util/
Dllvm-c-helpers.cpp37 static LLVMSymbolizer *instance = nullptr; in get_symbolizer() local
/tools/testing/selftests/hid/tests/
Dbase.py415 def instance(cls): member in HIDTestUdevRule
/tools/testing/selftests/net/tcp_ao/lib/
Dftrace.c309 char *enable_path, *filter_path, *instance = tracer->instance_path; in setup_trace_event() local
/tools/include/uapi/drm/
Di915_drm.h269 #define __I915_PMU_ENGINE(class, instance, sample) \ argument
274 #define I915_PMU_ENGINE_BUSY(class, instance) \ argument
277 #define I915_PMU_ENGINE_WAIT(class, instance) \ argument
280 #define I915_PMU_ENGINE_SEMA(class, instance) \ argument
/tools/perf/scripts/python/
Dexported-sql-viewer.py4826 def AddInstanceToShutdownOnExit(self, instance): argument