mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
libsysprof-capture: shorten names by removing Frame
This commit is contained in:
@ -333,7 +333,7 @@ cursor_foreach_cb (const SysprofCaptureFrame *frame,
|
||||
}
|
||||
else if (frame->type == SYSPROF_CAPTURE_FRAME_CTRDEF)
|
||||
{
|
||||
SysprofCaptureFrameCounterDefine *ctrdef = (SysprofCaptureFrameCounterDefine *)frame;
|
||||
SysprofCaptureCounterDefine *ctrdef = (SysprofCaptureCounterDefine *)frame;
|
||||
|
||||
for (guint i = 0; i < ctrdef->n_counters; i++)
|
||||
{
|
||||
@ -346,7 +346,7 @@ cursor_foreach_cb (const SysprofCaptureFrame *frame,
|
||||
}
|
||||
else if (frame->type == SYSPROF_CAPTURE_FRAME_CTRSET)
|
||||
{
|
||||
SysprofCaptureFrameCounterSet *ctrset = (SysprofCaptureFrameCounterSet *)frame;
|
||||
SysprofCaptureCounterSet *ctrset = (SysprofCaptureCounterSet *)frame;
|
||||
|
||||
for (guint i = 0; i < ctrset->n_values; i++)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user