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:
@ -344,7 +344,7 @@ main (gint argc,
|
||||
|
||||
case SYSPROF_CAPTURE_FRAME_CTRDEF:
|
||||
{
|
||||
const SysprofCaptureFrameCounterDefine *frame;
|
||||
const SysprofCaptureCounterDefine *frame;
|
||||
|
||||
if (!(frame = sysprof_capture_reader_read_counter_define (reader)))
|
||||
goto panic;
|
||||
@ -380,7 +380,7 @@ main (gint argc,
|
||||
|
||||
case SYSPROF_CAPTURE_FRAME_CTRSET:
|
||||
{
|
||||
const SysprofCaptureFrameCounterSet *frame;
|
||||
const SysprofCaptureCounterSet *frame;
|
||||
|
||||
if (!(frame = sysprof_capture_reader_read_counter_set (reader)))
|
||||
goto panic;
|
||||
|
||||
Reference in New Issue
Block a user