aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/scripts/python/export-to-postgresql.py
diff options
context:
space:
mode:
authorJeff Mahoney <jeffm@suse.com>2017-06-28 21:56:57 -0600
committerDavid Sterba <dsterba@suse.com>2017-08-16 14:19:53 +0200
commite0c476b128e37daa37d630dd68da5681e9c16bab (patch)
tree80d0cbbd2c8ca67624f2f9ac9bf8c597d882075a /tools/perf/scripts/python/export-to-postgresql.py
parentbtrfs: backref, add unode_aux_to_inode_list helper (diff)
downloadwireguard-linux-e0c476b128e37daa37d630dd68da5681e9c16bab.tar.xz
wireguard-linux-e0c476b128e37daa37d630dd68da5681e9c16bab.zip
btrfs: backref, cleanup __ namespace abuse
We typically use __ to indicate a helper routine that shouldn't be called directly without understanding the proper context required to do so. We use static functions to indicate that a function is private to a particular C file. The backref code uses static function and __ prefixes on nearly everything, which makes the code difficult to read and establishes a pattern for future code that shouldn't be followed. This patch drops all the unnecessary prefixes. Signed-off-by: Jeff Mahoney <jeffm@suse.com> Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions