Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1637837 > unrolled thread
| Started by | Leo Yan <leo.yan@linaro.org> |
|---|---|
| First post | 2017-05-09 05:00 +0200 |
| Last post | 2017-05-11 19:30 +0200 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
[PATCH v9 3/9] doc: Add coresight_cpu_debug.enable to kernel-parameters.txt Leo Yan <leo.yan@linaro.org> - 2017-05-09 05:00 +0200
Re: [PATCH v9 3/9] doc: Add coresight_cpu_debug.enable to kernel-parameters.txt Mathieu Poirier <mathieu.poirier@linaro.org> - 2017-05-11 19:30 +0200
| From | Leo Yan <leo.yan@linaro.org> |
|---|---|
| Date | 2017-05-09 05:00 +0200 |
| Subject | [PATCH v9 3/9] doc: Add coresight_cpu_debug.enable to kernel-parameters.txt |
| Message-ID | <tF3xv-43r-5@gated-at.bofh.it> |
Add coresight_cpu_debug.enable to kernel-parameters.txt, this flag is used to enable/disable the CPU sampling based debugging. Signed-off-by: Leo Yan <leo.yan@linaro.org> --- Documentation/admin-guide/kernel-parameters.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Documentation/admin-guide/kernel-parameters.txt b/Documentation/admin-guide/kernel-parameters.txt index e4c9e0e..010ae02 100644 --- a/Documentation/admin-guide/kernel-parameters.txt +++ b/Documentation/admin-guide/kernel-parameters.txt @@ -649,6 +649,13 @@ /proc/<pid>/coredump_filter. See also Documentation/filesystems/proc.txt. + coresight_cpu_debug.enable + [ARM,ARM64] + Format: <bool> + Enable/disable the CPU sampling based debugging. + 0: default value, disable debugging + 1: enable debugging at boot time + cpuidle.off=1 [CPU_IDLE] disable the cpuidle sub-system -- 2.7.4
[toc] | [next] | [standalone]
| From | Mathieu Poirier <mathieu.poirier@linaro.org> |
|---|---|
| Date | 2017-05-11 19:30 +0200 |
| Subject | Re: [PATCH v9 3/9] doc: Add coresight_cpu_debug.enable to kernel-parameters.txt |
| Message-ID | <tG04x-RL-13@gated-at.bofh.it> |
| In reply to | #1637837 |
On Tue, May 09, 2017 at 10:49:56AM +0800, Leo Yan wrote: > Add coresight_cpu_debug.enable to kernel-parameters.txt, this flag is > used to enable/disable the CPU sampling based debugging. > > Signed-off-by: Leo Yan <leo.yan@linaro.org> Reviewed-by: Mathieu Poirier <mathieu.poirier@linaro.org> > --- > Documentation/admin-guide/kernel-parameters.txt | 7 +++++++ > 1 file changed, 7 insertions(+) > > diff --git a/Documentation/admin-guide/kernel-parameters.txt b/Documentation/admin-guide/kernel-parameters.txt > index e4c9e0e..010ae02 100644 > --- a/Documentation/admin-guide/kernel-parameters.txt > +++ b/Documentation/admin-guide/kernel-parameters.txt > @@ -649,6 +649,13 @@ > /proc/<pid>/coredump_filter. > See also Documentation/filesystems/proc.txt. > > + coresight_cpu_debug.enable > + [ARM,ARM64] > + Format: <bool> > + Enable/disable the CPU sampling based debugging. > + 0: default value, disable debugging > + 1: enable debugging at boot time > + > cpuidle.off=1 [CPU_IDLE] > disable the cpuidle sub-system > > -- > 2.7.4 >
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web