Harald Servat <harald.ser...@bsc.es> writes: > > BTW, I tried to change this value by adding "-F" and "200" into the > argv that is passed to cmd_report by adding > > rec_argv[i++] = strdup("-F"); > rec_argv[i++] = strdup("200"); > > into line 42 of perf-mem.c - just after the > strdup("record").
You would need to increase the array size too. > Unfortunately, this seems to break something and > perf segfaults often. Which is the most appropriate way to tune the > user frequency of perf mem? Best would be probably to fix it to pass through unknown options, then -F/-c could be just used. I'm not sure if this is possible easily with the git option parser. Alternatively you can just specify the command line perf mem record would specify directly to perf record, plus -c/-F -andi -- a...@linux.intel.com -- Speaking for myself only -- To unsubscribe from this list: send the line "unsubscribe linux-perf-users" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html