wallace added inline comments.

================
Comment at: lldb/source/Plugins/Trace/intel-pt/TraceIntelPTBundleLoader.cpp:306
+- "processes" is provided if and only if "kernel" is not provided.
+- If "kernel" is provided, then the "processes" section must be empty and the 
"cpus" section must be provided. This configuration indicates that the kernel 
was traced and user processes weren't. Besides that, the kernel is treated as a 
single process with one thread per CPU core. This doesn't handle actual kernel 
threads, but instead treats all the instructions executed by the kernel on each 
core as an individual thread.
  })";
----------------
wallace wrote:
> please break this into multiple lines of at most 80 chars each
you didn't apply these suggestions:
 - add `or not passed at all, `
 - break into multiple lines


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D130805/new/

https://reviews.llvm.org/D130805

_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to