mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-12 16:10:54 +00:00
capture: use plural naming for request_counters()
This commit is contained in:
@ -849,7 +849,7 @@ sysprof_collector_set_counters (const unsigned int *counters_ids,
|
|||||||
}
|
}
|
||||||
|
|
||||||
unsigned int
|
unsigned int
|
||||||
sysprof_collector_request_counter (unsigned int n_counters)
|
sysprof_collector_request_counters (unsigned int n_counters)
|
||||||
{
|
{
|
||||||
unsigned int ret = 0;
|
unsigned int ret = 0;
|
||||||
|
|
||||||
|
|||||||
@ -105,7 +105,7 @@ void sysprof_collector_log_printf (int
|
|||||||
const char *format,
|
const char *format,
|
||||||
...) SYSPROF_PRINTF (3, 4);
|
...) SYSPROF_PRINTF (3, 4);
|
||||||
SYSPROF_AVAILABLE_IN_3_38
|
SYSPROF_AVAILABLE_IN_3_38
|
||||||
unsigned int sysprof_collector_request_counter (unsigned int n_counters);
|
unsigned int sysprof_collector_request_counters (unsigned int n_counters);
|
||||||
SYSPROF_AVAILABLE_IN_3_38
|
SYSPROF_AVAILABLE_IN_3_38
|
||||||
void sysprof_collector_define_counters (const SysprofCaptureCounter *counters,
|
void sysprof_collector_define_counters (const SysprofCaptureCounter *counters,
|
||||||
unsigned int n_counters);
|
unsigned int n_counters);
|
||||||
|
|||||||
Reference in New Issue
Block a user