Searched refs:unique_word (Results 1 – 12 of 12) sorted by relevance
25 unique_word = "sched_load_avg_sg:" variable in SchedLoadAvgSchedGroup46 unique_word = "sched_load_avg_task:" variable in SchedLoadAvgTask77 unique_word = "cpu_capacity:" variable in SchedCpuCapacity106 unique_word = "sched_switch:" variable in SchedSwitch123 unique_word = "cpu_frequency:" variable in SchedCpuFrequency
34 unique_word="thermal_power_devfreq_get_power:" variable in DevfreqInPower60 unique_word="thermal_power_devfreq_limit:" variable in DevfreqOutPower
68 def register_dynamic_ftrace(class_name, unique_word, scope="all", argument110 "unique_word": unique_word,
168 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_word370 cls_for_unique_word[unique_word] = trace_class
99 unique_word = "thermal_power_cpu_limit" variable in CpuOutPower129 unique_word = "thermal_power_cpu_get" variable in CpuInPower
22 unique_word = "cpu_idle" variable in CpuIdle
29 unique_word = "tracing_mark_write" variable in TracingMarkWrite
32 unique_word="thermal_power_allocator_pid" variable in PIDController
29 unique_word = "thermal_temperature:" variable in Thermal123 unique_word = "thermal_power_allocator:" variable in ThermalGovernor
29 unique_word = "dynamic_test_key" variable in DynamicEvent58 self.assertEquals(cls.unique_word, "dynamic_test_key")
242 " unique_word = \"capacity_per_group:\"\n",248 " unique_word=self.unique_word,\n",
317 …SchedSwitch</code> event in the trace object. This event looks for the unique_word <code>sched_swi…