Home
last modified time | relevance | path

Searched refs:unique_word (Results 1 – 14 of 14) sorted by relevance

/external/trappy/trappy/
Dsched.py25 unique_word = "sched_load_avg_sg:" variable in SchedLoadAvgSchedGroup
46 unique_word = "sched_load_avg_task:" variable in SchedLoadAvgTask
77 unique_word = "cpu_capacity:" variable in SchedCpuCapacity
106 unique_word = "sched_switch:" variable in SchedSwitch
123 unique_word = "cpu_frequency:" variable in SchedCpuFrequency
Dfilesystem.py39 unique_word = "ext4_da_write_begin:" variable in FilesystemExt4DaWriteBegin
48 unique_word = "ext4_da_write_end:" variable in FilesystemExt4DaWriteEnd
56 unique_word = "ext4_sync_file_enter:" variable in FilesystemExt4SyncFileEnter
64 unique_word = "ext4_sync_file_exit:" variable in FilesystemExt4SyncFileExit
Dcommon_clk.py36 unique_word = "clock_enable:" variable in CommonClkEnable
44 unique_word = "clock_disable:" variable in CommonClkDisable
52 unique_word = "clock_set_rate:" variable in CommonClkSetRate
Dftrace.py168 cobject.name = cobject.unique_word.split(":")[0]
254 if (event_name == cls.unique_word) or \
255 (event_name + ":" == cls.unique_word):
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
Ddevfreq_power.py34 unique_word="thermal_power_devfreq_get_power:" variable in DevfreqInPower
60 unique_word="thermal_power_devfreq_limit:" variable in DevfreqOutPower
Ddynamic.py68 def register_dynamic_ftrace(class_name, unique_word, scope="all", argument
110 "unique_word": unique_word,
Dcpu_power.py99 unique_word = "thermal_power_cpu_limit" variable in CpuOutPower
129 unique_word = "thermal_power_cpu_get" variable in CpuInPower
Dthermal.py29 unique_word = "thermal_temperature:" variable in Thermal
123 unique_word = "thermal_power_allocator:" variable in ThermalGovernor
Didle.py22 unique_word = "cpu_idle" variable in CpuIdle
Dtracing_mark_write.py29 unique_word = "tracing_mark_write" variable in TracingMarkWrite
Dpid_controller.py32 unique_word="thermal_power_allocator_pid" variable in PIDController
/external/trappy/tests/
Dtest_dynamic.py29 unique_word = "dynamic_test_key" variable in DynamicEvent
58 self.assertEquals(cls.unique_word, "dynamic_test_key")
/external/trappy/doc/
DDynamic traces.ipynb242 " unique_word = \"capacity_per_group:\"\n",
248 " unique_word=self.unique_word,\n",
DStats.ipynb317 …SchedSwitch</code> event in the trace object. This event looks for the unique_word <code>sched_swi…