|
@@ -30,3 +30,5 @@ If you prefer Intel style assembly, try: perf annotate -M intel
|
|
For hierarchical output, try: perf report --hierarchy
|
|
For hierarchical output, try: perf report --hierarchy
|
|
Order by the overhead of source file name and line number: perf report -s srcline
|
|
Order by the overhead of source file name and line number: perf report -s srcline
|
|
System-wide collection from all CPUs: perf record -a
|
|
System-wide collection from all CPUs: perf record -a
|
|
|
|
+Show current config key-value pairs: perf config --list
|
|
|
|
+Show user configuration overrides: perf config --user --list
|