mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-12-29 17:25:38 +00:00
perf arm-spe: Update --itrace help text
The --itrace help now needs updating to reflect that the --itrace=b argument sythesises branches as well as branch misses. Signed-off-by: Graham Woodward <graham.woodward@arm.com> Reviewed-by: James Clark <james.clark@linaro.org> Tested-by: Leo Yan <leo.yan@arm.com> Cc: nd@arm.com Cc: mike.leach@linaro.org Cc: linux-arm-kernel@lists.infradead.org Link: https://lore.kernel.org/r/20241025143009.25419-5-graham.woodward@arm.com Signed-off-by: Namhyung Kim <namhyung@kernel.org>
This commit is contained in:
parent
edff8dad3f
commit
35f5aa9ccc
@ -1,6 +1,6 @@
|
||||
i synthesize instructions events
|
||||
y synthesize cycles events
|
||||
b synthesize branches events (branch misses for Arm SPE)
|
||||
b synthesize branches events
|
||||
c synthesize branches events (calls only)
|
||||
r synthesize branches events (returns only)
|
||||
x synthesize transactions events
|
||||
|
@ -187,7 +187,7 @@ groups:
|
||||
7 llc-access
|
||||
2 tlb-miss
|
||||
1K tlb-access
|
||||
36 branch-miss
|
||||
36 branch
|
||||
0 remote-access
|
||||
900 memory
|
||||
|
||||
|
@ -75,7 +75,6 @@ enum itrace_period_type {
|
||||
* (not fully accurate, since CYC packets are only emitted
|
||||
* together with other events, such as branches)
|
||||
* @branches: whether to synthesize 'branches' events
|
||||
* (branch misses only for Arm SPE)
|
||||
* @transactions: whether to synthesize events for transactions
|
||||
* @ptwrites: whether to synthesize events for ptwrites
|
||||
* @pwr_events: whether to synthesize power events
|
||||
@ -650,7 +649,7 @@ bool auxtrace__evsel_is_auxtrace(struct perf_session *session,
|
||||
#define ITRACE_HELP \
|
||||
" i[period]: synthesize instructions events\n" \
|
||||
" y[period]: synthesize cycles events (same period as i)\n" \
|
||||
" b: synthesize branches events (branch misses for Arm SPE)\n" \
|
||||
" b: synthesize branches events\n" \
|
||||
" c: synthesize branches events (calls only)\n" \
|
||||
" r: synthesize branches events (returns only)\n" \
|
||||
" x: synthesize transactions events\n" \
|
||||
|
Loading…
Reference in New Issue
Block a user