aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/bin/export-to-postgresql-record
diff options
context:
space:
mode:
authorArnaldo Carvalho de Melo <acme@redhat.com>2024-04-23 17:23:27 -0300
committerArnaldo Carvalho de Melo <acme@redhat.com>2024-04-26 22:07:19 -0300
commitcd88c11c6d89bcd1851736d853eca57bbde1b042 (patch)
tree5e9a6e8314291a10c7854decd4bfae7c35e6d60e /tools/perf/scripts/python/bin/export-to-postgresql-record
parentperf tests shell kprobes: Add missing description as used by 'perf test' output (diff)
downloadlinux-cd88c11c6d89bcd1851736d853eca57bbde1b042.tar.gz
linux-cd88c11c6d89bcd1851736d853eca57bbde1b042.zip
tools lib rbtree: Pick some improvements from the kernel rbtree code
The tools/lib/rbtree.c code came from the kernel, removing the EXPORT_SYMBOL() that make sense only there, unfortunately it is not being checked with tools/perf/check_headers.sh, will try to remedy this, till then pick the improvements from: b0687c1119b4e8c8 ("lib/rbtree: use '+' instead of '|' for setting color.") That I noticed by doing: diff -u tools/lib/rbtree.c lib/rbtree.c diff -u tools/include/linux/rbtree_augmented.h include/linux/rbtree_augmented.h There is one other cases, but lets pick it in separate patches. Cc: Adrian Hunter <adrian.hunter@intel.com> Cc: Ian Rogers <irogers@google.com> Cc: Jiri Olsa <jolsa@kernel.org> Cc: Kan Liang <kan.liang@linux.intel.com> Cc: Namhyung Kim <namhyung@kernel.org> Cc: Andrew Morton <akpm@linux-foundation.org> Cc: Noah Goldstein <goldstein.w.n@gmail.com> Link: https://lore.kernel.org/lkml/ZigZzeFoukzRKG1Q@x1 Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/perf/scripts/python/bin/export-to-postgresql-record')
0 files changed, 0 insertions, 0 deletions
3:21:18 -0700'>2016-09-28mailinfo: unescape quoted-pair in header fieldsKevin Daudt6-0/+124 2016-09-28t5100-mailinfo: replace common path prefix with variableKevin Daudt1-33/+35 2016-09-27rev-list-options: clarify the usage of --reversePranit Bauva1-2/+3 2016-09-27fsck: handle bad trees like other errorsDavid Turner4-19/+106 2016-09-27tree-walk: be more specific about corrupt tree errorsJeff King2-7/+30 2016-09-27use strbuf_add_unique_abbrev() for adding short hashes, part 2René Scharfe4-4/+9 2016-09-27use strbuf_addstr() instead of strbuf_addf() with "%s", part 2René Scharfe3-2/+8