mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-12 01:25:47 +00:00
perf tools: Fix Data Object sort entry width index
Putting correct HISTC_MEM_DADDR_DSO index to Data Object sort entry. Signed-off-by: Jiri Olsa <jolsa@kernel.org> Cc: David Ahern <dsahern@gmail.com> Cc: Namhyung Kim <namhyung@kernel.org> Cc: Peter Zijlstra <a.p.zijlstra@chello.nl> Link: http://lkml.kernel.org/r/1465928361-2442-3-git-send-email-jolsa@kernel.org Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
This commit is contained in:
parent
b0d745b3c3
commit
94c3998899
1 changed files with 1 additions and 1 deletions
|
@ -1218,7 +1218,7 @@ struct sort_entry sort_mem_daddr_dso = {
|
||||||
.se_header = "Data Object",
|
.se_header = "Data Object",
|
||||||
.se_cmp = sort__dso_daddr_cmp,
|
.se_cmp = sort__dso_daddr_cmp,
|
||||||
.se_snprintf = hist_entry__dso_daddr_snprintf,
|
.se_snprintf = hist_entry__dso_daddr_snprintf,
|
||||||
.se_width_idx = HISTC_MEM_DADDR_SYMBOL,
|
.se_width_idx = HISTC_MEM_DADDR_DSO,
|
||||||
};
|
};
|
||||||
|
|
||||||
struct sort_entry sort_mem_locked = {
|
struct sort_entry sort_mem_locked = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue