summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorArnaldo Carvalho de Melo <acme@redhat.com>2016-03-23 15:44:09 -0300
committerArnaldo Carvalho de Melo <acme@redhat.com>2016-03-23 16:36:07 -0300
commita610f5cbb2a7e26b7f2df2f5df255e34007d6bfd (patch)
treed69e2f9289c94abc500de45d3c178b4fb0f6d9ee /tools/perf/scripts/python
parentcf47a8aede9febee21cbd21d40a9c47244773a6c (diff)
downloadkernel-a610f5cbb2a7e26b7f2df2f5df255e34007d6bfd.tar.gz
perf help: Use asprintf instead of adhoc equivalents
That doesn't chekcs malloc return and that, when using strbuf, if it can't grow, just explodes away via die(). Cc: Adrian Hunter <adrian.hunter@intel.com> Cc: Jiri Olsa <jolsa@kernel.org> Cc: Namhyung Kim <namhyung@kernel.org> Cc: Wang Nan <wangnan0@huawei.com> Link: http://lkml.kernel.org/n/tip-vr8qsjbwub7e892hpa9msz95@git.kernel.org Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions
-03 11:06:03 +0200'>2023-08-03drm/drm_plane.h: fix grammar of the commentSui Jingfeng 2022-12-05drm/simple-kms: Remove drm_gem_simple_display_pipe_prepare_fb()Thomas Zimmermann 2022-09-20drm/plane: Allocate planes with drm_universal_plane_alloc()Thomas Zimmermann 2022-09-20drm/plane: Remove drm_plane_init()Thomas Zimmermann 2022-05-02drm: handle kernel fences in drm_gem_plane_helper_prepare_fb v2Christian König 2022-01-31drm: add support modifiers for drivers whose planes only support linear layoutTomohito Esaki 2022-01-06drm/plane: Fix typo in format_mod_supported documentationJosé Expósito 2021-08-29drm/plane: Fix comment typoAlyssa Rosenzweig 2021-07-27drm/plane: Move drm_plane_enable_fb_damage_clips into coreDaniel Vetter 2021-07-27drm/plane: check that fb_damage is set up when usedDaniel Vetter 2021-07-27drm/plane: remove drm_helper_get_plane_damage_clipsDaniel Vetter 2021-02-23drm/gem: Move drm_gem_fb_prepare_fb() to GEM atomic helpersThomas Zimmermann 2021-01-24drm/doc: fix drm_plane_type docsSimon Ser 2021-01-04drm/plane: add drmm_universal_plane_alloc()Philipp Zabel 2020-10-21drm: Introduce plane and CRTC scaling filter propertiesPankaj Bharadiya