mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-12 16:10:54 +00:00
libsysprof: whitespace
This commit is contained in:
@ -397,8 +397,7 @@ sysprof_perf_source_handle_event (SysprofPerfCounterEvent *event,
|
|||||||
GINT_TO_POINTER (event->callchain.identifier));
|
GINT_TO_POINTER (event->callchain.identifier));
|
||||||
if (tp_desc)
|
if (tp_desc)
|
||||||
{
|
{
|
||||||
sysprof_perf_source_handle_tracepoint (self, cpu, &event->tracepoint,
|
sysprof_perf_source_handle_tracepoint (self, cpu, &event->tracepoint, tp_desc);
|
||||||
tp_desc);
|
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
@ -581,8 +580,7 @@ sysprof_perf_source_add_optional_tracepoint (SysprofPerfSource *s
|
|||||||
* The event IDs start from 0 at boot, so meh.
|
* The event IDs start from 0 at boot, so meh.
|
||||||
*/
|
*/
|
||||||
g_assert (id <= 0xffffffff);
|
g_assert (id <= 0xffffffff);
|
||||||
g_hash_table_insert (self->tracepoint_event_ids,
|
g_hash_table_insert (self->tracepoint_event_ids, GINT_TO_POINTER (id), tp_desc);
|
||||||
GINT_TO_POINTER (id), tp_desc);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static gboolean
|
static gboolean
|
||||||
|
|||||||
Reference in New Issue
Block a user