We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6274b0 commit b947299Copy full SHA for b947299
tools/perf/pmu-events/jevents.c
@@ -1285,6 +1285,7 @@ int main(int argc, char *argv[])
1285
}
1286
1287
free_arch_std_events();
1288
+ free_sys_event_tables();
1289
free(mapfile);
1290
return 0;
1291
@@ -1306,6 +1307,7 @@ int main(int argc, char *argv[])
1306
1307
create_empty_mapping(output_file);
1308
err_out:
1309
1310
1311
1312
return ret;
1313
0 commit comments