summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/libxed.py
diff options
context:
space:
mode:
authorIan Rogers <irogers@google.com>2022-11-14 13:07:19 -0800
committerArnaldo Carvalho de Melo <acme@redhat.com>2022-11-15 10:31:12 -0300
commit3301b3fe9bdcfcb109e44e31160e830fe558faec (patch)
tree57e1be3a28ee8e905fd7518a51e1179db3d671af /tools/perf/scripts/python/libxed.py
parentca0fe62413f3f536201d788672cd6cf7c4ed52dd (diff)
downloadkernel-3301b3fe9bdcfcb109e44e31160e830fe558faec.tar.gz
perf list: Simplify cache event printing
The current code computes an array of cache names then sorts and prints them. Use a strlist to create a list of names that is sorted. Keep the hybrid names, it is unclear how to generalize it, but drop the computation of evt_pmus that is never used. Signed-off-by: Ian Rogers <irogers@google.com> Cc: Adrian Hunter <adrian.hunter@intel.com> Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com> Cc: Caleb Biggers <caleb.biggers@intel.com> Cc: Jiri Olsa <jolsa@kernel.org> Cc: Kajol Jain <kjain@linux.ibm.com> Cc: Kan Liang <kan.liang@linux.intel.com> Cc: Kang Minchul <tegongkang@gmail.com> Cc: Leo Yan <leo.yan@linaro.org> Cc: Mark Rutland <mark.rutland@arm.com> Cc: Namhyung Kim <namhyung@kernel.org> Cc: Perry Taylor <perry.taylor@intel.com> Cc: Peter Zijlstra <peterz@infradead.org> Cc: Ravi Bangoria <ravi.bangoria@amd.com> Cc: Rob Herring <robh@kernel.org> Cc: Sandipan Das <sandipan.das@amd.com> Cc: Stephane Eranian <eranian@google.com> Cc: Weilin Wang <weilin.wang@intel.com> Cc: Xin Gao <gaoxin@cdjrlc.com> Cc: Xing Zhengjun <zhengjun.xing@linux.intel.com> Link: http://lore.kernel.org/lkml/20221114210723.2749751-7-irogers@google.com [ Fixed up clash with cf9f67b36303de65 ("perf print-events: Remove redundant comparison with zero")] Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/perf/scripts/python/libxed.py')
0 files changed, 0 insertions, 0 deletions
td> 2021-04-14NFSv42: Copy offload should update the file size when appropriateTrond Myklebust 2021-04-14NFSv4.2 fix handling of sr_eof in SEEK's replyOlga Kornievskaia 2021-04-12NFSv4.2: Always flush out writes in nfs42_proc_fallocate()Trond Myklebust 2021-04-12NFS: Fix attribute bitmask in _nfs42_proc_fallocate()Trond Myklebust 2021-03-08NFS: Fix open coded versions of nfs_set_cache_invalid() in NFSv4Trond Myklebust 2020-12-16NFSv4.2: fix error return on memory allocation failureColin Ian King 2020-12-14NFSv4.2: improve page handling for GETXATTRFrank van der Linden 2020-12-02NFS: Fix rpcrdma_inline_fixup() crash with new LISTXATTRS operationChuck Lever 2020-09-16NFSv4.2: fix client's attribute cache management for copy_file_rangeOlga Kornievskaia 2020-08-05NFS: Add tracepoints for layouterror and layoutstats.Trond Myklebust 2020-07-13NFSv4.2: add client side xattr caching.Frank van der Linden 2020-07-13NFSv4.2: add the extended attribute proc functions.Frank van der Linden 2020-02-04NFS: Fix memory leaksWenwen Wang 2020-01-15NFSv4.x recover from pre-mature loss of openstateidOlga Kornievskaia 2019-11-18NFSv4: Make _nfs42_proc_copy_notify() staticYueHaibing 2019-11-18NFS: Fallocate should use the nfs4_fattr_bitmapAnna Schumaker 2019-10-09NFS based on file size issue sync copy or fallback to generic copy offloadOlga Kornievskaia 2019-10-09NFS: handle source server rebootOlga Kornievskaia 2019-10-09NFS: also send OFFLOAD_CANCEL to source serverOlga Kornievskaia 2019-10-09NFS: COPY handle ERR_OFFLOAD_DENIEDOlga Kornievskaia 2019-10-09NFS: for "inter" copy treat ESTALE as ENOTSUPPOlga Kornievskaia 2019-10-09NFS: add ca_source_server<> to COPYOlga Kornievskaia 2019-10-09NFS: add COPY_NOTIFY operationOlga Kornievskaia