Lines Matching refs:tz
12 TP_PROTO(struct thermal_zone_device *tz),
14 TP_ARGS(tz),
17 __string(thermal_zone, tz->type)
24 __assign_str(thermal_zone, tz->type);
25 __entry->id = tz->id;
26 __entry->temp_prev = tz->last_temperature;
27 __entry->temp = tz->temperature;
56 TP_PROTO(struct thermal_zone_device *tz, int trip,
59 TP_ARGS(tz, trip, trip_type),
62 __string(thermal_zone, tz->type)
69 __assign_str(thermal_zone, tz->type);
70 __entry->id = tz->id;