Searched refs:unique_word (Results 1 - 23 of 23) sorted by relevance

/external/trappy/tests/trappy/
H A Dfilesystem.py39 unique_word = "ext4_da_write_begin:" variable in class:FilesystemExt4DaWriteBegin
48 unique_word = "ext4_da_write_end:" variable in class:FilesystemExt4DaWriteEnd
56 unique_word = "ext4_sync_file_enter:" variable in class:FilesystemExt4SyncFileEnter
64 unique_word = "ext4_sync_file_exit:" variable in class:FilesystemExt4SyncFileExit
H A Ddevfreq_power.py34 unique_word="thermal_power_devfreq_get_power:" variable in class:DevfreqInPower
60 unique_word="thermal_power_devfreq_limit:" variable in class:DevfreqOutPower
H A Dcommon_clk.py36 unique_word = "clock_enable:" variable in class:CommonClkEnable
44 unique_word = "clock_disable:" variable in class:CommonClkDisable
52 unique_word = "clock_set_rate:" variable in class:CommonClkSetRate
H A Didle.py22 unique_word = "cpu_idle" variable in class:CpuIdle
H A Dsched.py25 unique_word = "sched_load_avg_sg:" variable in class:SchedLoadAvgSchedGroup
46 unique_word = "sched_load_avg_task:" variable in class:SchedLoadAvgTask
77 unique_word = "cpu_capacity:" variable in class:SchedCpuCapacity
106 unique_word = "sched_switch:" variable in class:SchedSwitch
123 unique_word = "cpu_frequency:" variable in class:SchedCpuFrequency
H A Dtracing_mark_write.py29 unique_word = "tracing_mark_write" variable in class:TracingMarkWrite
H A Dpid_controller.py32 unique_word="thermal_power_allocator_pid" variable in class:PIDController
H A Ddynamic.py68 def register_dynamic_ftrace(class_name, unique_word, scope="all",
76 :param unique_word: The unique_word to be matched in the
78 :type unique_word: str
110 "unique_word": unique_word,
H A Dcpu_power.py99 unique_word = "thermal_power_cpu_limit" variable in class:CpuOutPower
129 unique_word = "thermal_power_cpu_get" variable in class:CpuInPower
H A Dftrace.py168 cobject.name = cobject.unique_word.split(":")[0]
254 if (event_name == cls.unique_word) or \
255 (event_name + ":" == cls.unique_word):
261 "unique_word": event_name + ":",
269 for unique_word, cls in cls_word.iteritems():
270 if unique_word in line:
369 unique_word = trace_class.unique_word
370 cls_for_unique_word[unique_word] = trace_class
H A Dthermal.py29 unique_word = "thermal_temperature:" variable in class:Thermal
123 unique_word = "thermal_power_allocator:" variable in class:ThermalGovernor
/external/trappy/trappy/
H A Dfilesystem.py39 unique_word = "ext4_da_write_begin:" variable in class:FilesystemExt4DaWriteBegin
48 unique_word = "ext4_da_write_end:" variable in class:FilesystemExt4DaWriteEnd
56 unique_word = "ext4_sync_file_enter:" variable in class:FilesystemExt4SyncFileEnter
64 unique_word = "ext4_sync_file_exit:" variable in class:FilesystemExt4SyncFileExit
H A Ddevfreq_power.py34 unique_word="thermal_power_devfreq_get_power:" variable in class:DevfreqInPower
60 unique_word="thermal_power_devfreq_limit:" variable in class:DevfreqOutPower
H A Dcommon_clk.py36 unique_word = "clock_enable:" variable in class:CommonClkEnable
44 unique_word = "clock_disable:" variable in class:CommonClkDisable
52 unique_word = "clock_set_rate:" variable in class:CommonClkSetRate
H A Didle.py22 unique_word = "cpu_idle" variable in class:CpuIdle
H A Dsched.py25 unique_word = "sched_load_avg_sg:" variable in class:SchedLoadAvgSchedGroup
46 unique_word = "sched_load_avg_task:" variable in class:SchedLoadAvgTask
77 unique_word = "cpu_capacity:" variable in class:SchedCpuCapacity
106 unique_word = "sched_switch:" variable in class:SchedSwitch
123 unique_word = "cpu_frequency:" variable in class:SchedCpuFrequency
H A Dtracing_mark_write.py29 unique_word = "tracing_mark_write" variable in class:TracingMarkWrite
H A Dpid_controller.py32 unique_word="thermal_power_allocator_pid" variable in class:PIDController
H A Ddynamic.py68 def register_dynamic_ftrace(class_name, unique_word, scope="all",
76 :param unique_word: The unique_word to be matched in the
78 :type unique_word: str
110 "unique_word": unique_word,
H A Dcpu_power.py99 unique_word = "thermal_power_cpu_limit" variable in class:CpuOutPower
129 unique_word = "thermal_power_cpu_get" variable in class:CpuInPower
H A Dftrace.py168 cobject.name = cobject.unique_word.split(":")[0]
254 if (event_name == cls.unique_word) or \
255 (event_name + ":" == cls.unique_word):
261 "unique_word": event_name + ":",
269 for unique_word, cls in cls_word.iteritems():
270 if unique_word in line:
369 unique_word = trace_class.unique_word
370 cls_for_unique_word[unique_word] = trace_class
H A Dthermal.py29 unique_word = "thermal_temperature:" variable in class:Thermal
123 unique_word = "thermal_power_allocator:" variable in class:ThermalGovernor
/external/trappy/tests/
H A Dtest_dynamic.py29 unique_word = "dynamic_test_key" variable in class:DynamicEvent
58 self.assertEquals(cls.unique_word, "dynamic_test_key")

Completed in 705 milliseconds