6f71a33c1d
With this patch, all of the modules which offer a reap function (pids, diskstats, slabinfo and stat too) will now also provide for sorting whatever had been reaped. It was easy to overlook a sort function for our <STAT> guy given the paucity of CPUs on your typical personal desktop or laptop. However, out in the world one might find boxes with hundreds of CPUs plus many NUMA nodes. Hey, who are we to disallow sorts on something another person might see as useful under the above conditions? And, there's always something to be said for symmetry. [ of course, several minor tweaks were also included ] Signed-off-by: Jim Warner <james.warner@comcast.net>
58 lines
1.1 KiB
Plaintext
58 lines
1.1 KiB
Plaintext
LIBPROCPS_0 {
|
|
global:
|
|
escape_str;
|
|
fatal_proc_unmounted;
|
|
procps_cpu_count;
|
|
procps_diskstats_new;
|
|
procps_diskstats_ref;
|
|
procps_diskstats_unref;
|
|
procps_diskstats_get;
|
|
procps_diskstats_reap;
|
|
procps_diskstats_select;
|
|
procps_diskstats_sort;
|
|
procps_hertz_get;
|
|
procps_linux_version;
|
|
procps_loadavg;
|
|
procps_meminfo_new;
|
|
procps_meminfo_ref;
|
|
procps_meminfo_unref;
|
|
procps_meminfo_get;
|
|
procps_meminfo_select;
|
|
procps_ns_get_name;
|
|
procps_ns_get_id;
|
|
procps_ns_read_pid;
|
|
procps_pid_length;
|
|
procps_pids_new;
|
|
procps_pids_ref;
|
|
procps_pids_unref;
|
|
procps_pids_get;
|
|
procps_pids_reap;
|
|
procps_pids_reset;
|
|
procps_pids_select;
|
|
procps_pids_sort;
|
|
procps_slabinfo_new;
|
|
procps_slabinfo_ref;
|
|
procps_slabinfo_unref;
|
|
procps_slabinfo_get;
|
|
procps_slabinfo_reap;
|
|
procps_slabinfo_select;
|
|
procps_slabinfo_sort;
|
|
procps_stat_new;
|
|
procps_stat_ref;
|
|
procps_stat_unref;
|
|
procps_stat_get;
|
|
procps_stat_reap;
|
|
procps_stat_select;
|
|
procps_stat_sort;
|
|
procps_uptime;
|
|
procps_uptime_sprint;
|
|
procps_uptime_sprint_short;
|
|
procps_vmstat_new;
|
|
procps_vmstat_ref;
|
|
procps_vmstat_unref;
|
|
procps_vmstat_get;
|
|
procps_vmstat_select;
|
|
local:
|
|
*;
|
|
};
|