Symbol: pt_error
usr/src/cmd/powertop/common/battery.c
104
pt_error("battery kstat not found (%d)\n", err);
usr/src/cmd/powertop/common/cpufreq.c
173
pt_error("failed to setup %s report (couldn't allocate "
usr/src/cmd/powertop/common/cpufreq.c
220
pt_error("CPU exceeds the supported number of %s\n",
usr/src/cmd/powertop/common/cpufreq.c
235
pt_error("cannot open dtrace library for the %s report: %s\n",
usr/src/cmd/powertop/common/cpufreq.c
251
pt_error("failed to compile %s program\n", g_msg_freq_state);
usr/src/cmd/powertop/common/cpufreq.c
256
pt_error("failed to enable %s probes\n", g_msg_freq_state);
usr/src/cmd/powertop/common/cpufreq.c
261
pt_error("failed to set %s 'aggsize'\n", g_msg_freq_state);
usr/src/cmd/powertop/common/cpufreq.c
264
pt_error("failed to set %s 'aggrate'\n", g_msg_freq_state);
usr/src/cmd/powertop/common/cpufreq.c
267
pt_error("failed to set %s 'aggpercpu'\n", g_msg_freq_state);
usr/src/cmd/powertop/common/cpufreq.c
270
pt_error("failed to start %s observation\n", g_msg_freq_state);
usr/src/cmd/powertop/common/cpufreq.c
275
pt_error("failed to get %s 'statusrate'\n", g_msg_freq_state);
usr/src/cmd/powertop/common/cpufreq.c
311
pt_error("failed to collect data for %s\n", g_msg_freq_state);
usr/src/cmd/powertop/common/cpufreq.c
315
pt_error("failed to sort data for %s\n", g_msg_freq_state);
usr/src/cmd/powertop/common/cpufreq.c
320
pt_error("failed to snapshot %s state\n", g_msg_freq_state);
usr/src/cmd/powertop/common/cpufreq.c
394
pt_error("couldn't close %s kstat\n", g_msg_freq_state);
usr/src/cmd/powertop/common/cpufreq.c
407
pt_error("couldn't find 'cpu_info' kstat for CPU %d\n while "
usr/src/cmd/powertop/common/cpufreq.c
413
pt_error("couldn't read 'cpu_info' kstat for CPU %d\n while "
usr/src/cmd/powertop/common/cpufreq.c
420
pt_error("couldn't find 'current_clock_Hz' kstat for CPU %d "
usr/src/cmd/powertop/common/cpufreq.c
571
pt_error("failed to remove a %s suggestion\n",
usr/src/cmd/powertop/common/cpuidle.c
105
pt_error("cannot open dtrace library for the %s report: %s\n",
usr/src/cmd/powertop/common/cpuidle.c
121
pt_error("failed to compile %s program\n", g_msg_idle_state);
usr/src/cmd/powertop/common/cpuidle.c
126
pt_error("failed to enable %s probes\n", g_msg_idle_state);
usr/src/cmd/powertop/common/cpuidle.c
131
pt_error("failed to set %s 'aggsize'\n", g_msg_idle_state);
usr/src/cmd/powertop/common/cpuidle.c
134
pt_error("failed to set %s 'aggrate'\n", g_msg_idle_state);
usr/src/cmd/powertop/common/cpuidle.c
137
pt_error("failed to set %s 'aggpercpu'\n", g_msg_idle_state);
usr/src/cmd/powertop/common/cpuidle.c
140
pt_error("failed to start %s observation\n", g_msg_idle_state);
usr/src/cmd/powertop/common/cpuidle.c
145
pt_error("failed to get %s 'statusrate'\n", g_msg_idle_state);
usr/src/cmd/powertop/common/cpuidle.c
177
pt_error("failed to collect data for %s\n", g_msg_idle_state);
usr/src/cmd/powertop/common/cpuidle.c
181
pt_error("failed to sort %s data\n", g_msg_idle_state);
usr/src/cmd/powertop/common/display.c
334
pt_error("can't add an empty status bar item\n");
usr/src/cmd/powertop/common/display.c
380
pt_error("failed to allocate a new status bar slot\n");
usr/src/cmd/powertop/common/events.c
238
pt_error("cannot open dtrace library for the event report: "
usr/src/cmd/powertop/common/events.c
258
pt_error("failed to compile the event report program\n");
usr/src/cmd/powertop/common/events.c
263
pt_error("failed to enable probes for the event report\n");
usr/src/cmd/powertop/common/events.c
268
pt_error("failed to set 'aggsize' for the event report\n");
usr/src/cmd/powertop/common/events.c
273
pt_error("failed to set 'aggrate' for the event report\n");
usr/src/cmd/powertop/common/events.c
278
pt_error("failed to set 'aggpercpu' for the event report\n");
usr/src/cmd/powertop/common/events.c
283
pt_error("failed to start the event report observation\n");
usr/src/cmd/powertop/common/events.c
288
pt_error("failed to get 'statusrate' for the event report\n");
usr/src/cmd/powertop/common/events.c
305
pt_error("failed to collect data for the event report\n");
usr/src/cmd/powertop/common/events.c
308
pt_error("failed to sort data for the event report\n");
usr/src/cmd/powertop/common/powertop.h
252
extern void pt_error(char *, ...);
usr/src/cmd/powertop/common/turbo.c
127
pt_error("couldn't find 'turbo' kstat for CPU %d\n",
usr/src/cmd/powertop/common/turbo.c
134
pt_error("couldn't read 'turbo' kstat for CPU %d\n",
usr/src/cmd/powertop/common/turbo.c
142
pt_error("couldn't find 'turbo_mcnt' kstat for CPU "
usr/src/cmd/powertop/common/turbo.c
155
pt_error("couldn't find 'turbo_acnt' kstat for CPU "
usr/src/cmd/powertop/common/turbo.c
168
pt_error("couldn't close 'turbo' kstat\n");
usr/src/cmd/powertop/common/turbo.c
185
pt_error("failed to snapshot 'turbo' kstat\n");
usr/src/cmd/powertop/common/turbo.c
208
pt_error("failed to snapshot 'turbo' kstat\n");
usr/src/cmd/powertop/common/turbo.c
88
pt_error("couldn't find 'turbo_supported' kstat\n");