summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/call-graph-from-postgresql.py
diff options
context:
space:
mode:
authorBenoit Cousson <b-cousson@ti.com>2011-07-10 05:56:31 -0600
committerPaul Walmsley <paul@pwsan.com>2011-07-10 05:56:31 -0600
commitad53ebb725b5c8dce529cb8cb172d5e8c9bb7bda (patch)
tree87df961ae4ae56c7291a3a0ebf4370f4373787e7 /tools/perf/scripts/python/call-graph-from-postgresql.py
parente54433f10d67f8e2cf786e8173281f1caeda1959 (diff)
downloadkernel-ad53ebb725b5c8dce529cb8cb172d5e8c9bb7bda.tar.gz
OMAP4: prm: Remove deprecated functions
The new prminst_xxx accessors based on partition and offset is now used, so removed all the previous prcm_xxx accessors. Signed-off-by: Benoit Cousson <b-cousson@ti.com> Cc: Paul Walmsley <paul@pwsan.com> Cc: Rajendra Nayak <rnayak@ti.com> [paul@pwsan.com: remove fn prototypes also] Signed-off-by: Paul Walmsley <paul@pwsan.com>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-postgresql.py')
0 files changed, 0 insertions, 0 deletions
cbb2b578bdb213d9ac5875aab56a2034d466'>fscrypt: rename fscrypt_do_page_crypto() to fscrypt_crypt_block()Eric Biggers 2019-05-28fscrypt: simplify bounce page handlingEric Biggers 2019-01-23fscrypt: remove filesystem specific build config optionChandan Rajendra 2019-01-06fscrypt: add Adiantum supportEric Biggers 2018-09-04crypto: speck - remove SpeckJason A. Donenfeld 2018-06-11Merge tag 'f2fs-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds 2018-05-20fscrypt: add Speck128/256 supportEric Biggers 2018-05-20fscrypt: use a common logging functionEric Biggers 2018-05-20fscrypt: remove internal key size constantsEric Biggers 2018-05-20fscrypt: clean up after fscrypt_prepare_lookup() conversionsEric Biggers 2018-05-02fscrypt: allow synchronous bio decryptionEric Biggers 2018-01-11fscrypt: fix up fscrypt_fname_encrypted_size() for internal useEric Biggers 2018-01-11fscrypt: calculate NUL-padding length in one place onlyEric Biggers 2018-01-11fscrypt: move fscrypt_symlink_data to fscrypt_private.hEric Biggers 2018-01-11fscrypt: new helper functions for ->symlink()Eric Biggers 2018-01-11fscrypt: move fscrypt_valid_enc_modes() to fscrypt_private.hEric Biggers 2018-01-11fscrypt: move fscrypt_info_cachep declaration to fscrypt_private.hEric Biggers 2017-11-14Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds 2017-11-14Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds 2017-11-03fscrypt: move to generic async completionGilad Ben-Yossef 2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman 2017-10-18fscrypt: clean up include file messDave Chinner 2017-06-23fscrypt: add support for AES-128-CBCDaniel Walter 2017-05-04fscrypt: introduce helper function for filename matchingEric Biggers 2017-04-30fscrypt: Move key structure and constants to uapiJoe Richey 2017-03-15fscrypt: remove broken support for detecting keyring key revocationEric Biggers 2017-02-06fscrypt: properly declare on-stack completionRichard Weinberger 2017-02-06fscrypt: split supp and notsupp declarations into their own headersEric Biggers 2017-01-01fscrypt: factor out bio specific functionsRichard Weinberger 2016-12-11fscrypt: Rename FS_WRITE_PATH_FL to FS_CTX_HAS_BOUNCE_BUFFER_FLDavid Gstir 2016-12-11fscrypt: Delay bounce page pool allocation until neededDavid Gstir 2016-12-11fscrypt: move non-public structures and constants to fscrypt_private.hTheodore Ts'o 2016-12-11fscrypt: unexport fscrypt_initialize()Theodore Ts'o 2016-12-11fscrypt: rename get_crypt_info() to fscrypt_get_crypt_info()Theodore Ts'o