Hi all/David, I want to know the frequency in the following command: perf record -e cycles -e cache-misses -e cache-references -TP -o abc.data command
I looked up in the perfwiki, and it says the default value is 1000. However, when I specify this parameter in the above command,that is, "perf record -e cycles -e cache-misses -e cache-references -TP -F 1000 -o abc.data command", I found a significant difference between the file data size. Using the first command, the size of "abc.data" is about 500MB, but the second command could generate the raw data size up to over 10GB. I could not figure out the reason. Is it might because sampling mode of cycles is based on frequency while the other two events are based on event period? Best wishes. Yours, Wang Peipei -- 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