Lines Matching refs:pane
101 struct hud_pane *pane; member
149 void hud_pane_add_graph(struct hud_pane *pane, struct hud_graph *gr);
150 void hud_pane_set_max_value(struct hud_pane *pane, uint64_t value);
160 void hud_fps_graph_install(struct hud_pane *pane);
161 void hud_frametime_graph_install(struct hud_pane *pane);
162 void hud_cpu_graph_install(struct hud_pane *pane, unsigned cpu_index);
163 void hud_thread_busy_install(struct hud_pane *pane, const char *name, bool main);
164 void hud_thread_counter_install(struct hud_pane *pane, const char *name,
167 struct hud_pane *pane,
176 struct hud_pane *pane,
190 void hud_nic_graph_install(struct hud_pane *pane, const char *nic_index,
196 void hud_diskstat_graph_install(struct hud_pane *pane, const char *dev_name,
203 void hud_cpufreq_graph_install(struct hud_pane *pane, int cpu_index, unsigned int mode);
213 void hud_sensors_temp_graph_install(struct hud_pane *pane, const char *dev_name,