mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-11 15:40:53 +00:00
libsysprof-profile: copy/paste fix
This commit is contained in:
@ -225,7 +225,7 @@ sysprof_sampler_prepare_fiber (gpointer user_data)
|
|||||||
* different locations). Embed the kallsyms, but gzip it as
|
* different locations). Embed the kallsyms, but gzip it as
|
||||||
* those files can be quite large.
|
* those files can be quite large.
|
||||||
*/
|
*/
|
||||||
dex_await (_sysprof_recording_add_file (recording, "/proc/kallsyms", TRUE), NULL);
|
dex_await (_sysprof_recording_add_file (prepare->recording, "/proc/kallsyms", TRUE), NULL);
|
||||||
|
|
||||||
/* Now create a SysprofPerfEventStream for every CPU on the
|
/* Now create a SysprofPerfEventStream for every CPU on the
|
||||||
* system. Linux Perf will only let us create a stream for
|
* system. Linux Perf will only let us create a stream for
|
||||||
|
|||||||
Reference in New Issue
Block a user