Lines Matching refs:pane
102 struct hud_pane *pane; member
150 void hud_pane_add_graph(struct hud_pane *pane, struct hud_graph *gr);
151 void hud_pane_set_max_value(struct hud_pane *pane, uint64_t value);
161 void hud_fps_graph_install(struct hud_pane *pane);
162 void hud_frametime_graph_install(struct hud_pane *pane);
163 void hud_cpu_graph_install(struct hud_pane *pane, unsigned cpu_index);
164 void hud_thread_busy_install(struct hud_pane *pane, const char *name, bool main);
165 void hud_thread_counter_install(struct hud_pane *pane, const char *name,
168 struct hud_pane *pane,
177 struct hud_pane *pane,
191 void hud_nic_graph_install(struct hud_pane *pane, const char *nic_index,
197 void hud_diskstat_graph_install(struct hud_pane *pane, const char *dev_name,
204 void hud_cpufreq_graph_install(struct hud_pane *pane, int cpu_index, unsigned int mode);
214 void hud_sensors_temp_graph_install(struct hud_pane *pane, const char *dev_name,