aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/call-graph-from-postgresql.py
diff options
context:
space:
mode:
authorAndi Kleen <[email protected]>2017-04-19 10:49:40 -0700
committerArnaldo Carvalho de Melo <[email protected]>2017-04-24 12:33:32 -0300
commit166ebdd2442660e7f942d657fc5e629000e58ec3 (patch)
tree566e6548905768ed5065640064097b91266af53d /tools/perf/scripts/python/call-graph-from-postgresql.py
parent8c2b7cac78e17886e8089389a570a290c9b5ca67 (diff)
perf mem: Fix display of data source snoop indication
'perf mem report' doesn't display the data source snoop indication correctly. In the kernel API the definition is: #define PERF_MEM_SNOOP_NONE 0x02 /* no snoop */ #define PERF_MEM_SNOOP_HIT 0x04 /* snoop hit */ #define PERF_MEM_SNOOP_MISS 0x08 /* snoop miss */ but the table used by the perf tools exchanged "Hit" and "Miss": "None", "Miss", "Hit", Fix the table in perf. Signed-off-by: Andi Kleen <[email protected]> Cc: Jiri Olsa <[email protected]> Cc: Stephane Eranian <[email protected]> Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-postgresql.py')
0 files changed, 0 insertions, 0 deletions