aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/cache.h
AgeCommit message (Expand)Author
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-06-19tools: Adopt __printf from kernel sourcesArnaldo Carvalho de Melo
2017-03-28perf tools: Remove support for command aliasesArnaldo Carvalho de Melo
2016-07-12perf tools: Remove needless includes from cache.hArnaldo Carvalho de Melo
2016-06-23perf config: Move config declarations from util/cache.h to util/config.hTaeung Song
2016-06-21perf tools: Remove --perf-dir and --work-dirArnaldo Carvalho de Melo
2016-06-21perf tools: Remove some unused functionsArnaldo Carvalho de Melo
2016-05-10perf tools: Remove xrealloc and ALLOC_GROWMasami Hiramatsu
2016-03-23perf llvm: Use realpath to canonicalize pathsArnaldo Carvalho de Melo
2016-03-23perf tools: Remove unused perf_pathdup, xstrdup functionsArnaldo Carvalho de Melo
2016-03-23perf tools: Remove needless 'extern' from function prototypesArnaldo Carvalho de Melo
2016-02-12perf config: Add '--system' and '--user' options to select which config file ...Taeung Song
2015-12-17perf subcmd: Create subcmd libraryJosh Poimboeuf
2015-12-16perf tools: Provide subcmd configuration at runtimeJosh Poimboeuf
2015-12-16perf tools: Move strlcpy() from perf to tools/lib/string.cJosh Poimboeuf
2015-12-14perf tools: Create pager.hJosh Poimboeuf
2015-12-09perf tools: Remove unused pager_use_color variableJosh Poimboeuf
2015-05-14perf report: Fix some option handling on --stdioNamhyung Kim
2015-02-11perf tools: Make perf aware of tracefsSteven Rostedt (Red Hat)
2015-01-16perf tools: Elide strlcpy warning with uclibcVineet Gupta
2014-08-12perf tools: Add perf_config_u64 functionJiri Olsa
2013-10-09tools/perf: Turn strlcpy() into a __weak functionIngo Molnar
2013-10-09tools/perf: Standardize feature support define names to: HAVE_{FEATURE}_SUPPORTIngo Molnar
2012-11-14perf ui: Always compile browser setup codeNamhyung Kim
2012-10-02perf tools: Convert to HAVE_STRLCPYNamhyung Kim
2012-10-02perf tools: Convert to GTK2_SUPPORTNamhyung Kim
2012-10-02perf tools: Convert to NEWT_SUPPORTNamhyung Kim
2012-09-11perf tools: Use __maybe_used for unused variablesIrina Tirdea
2012-05-02perf ui: Change fallback policy of setup_browser()Namhyung Kim
2012-05-02perf ui: Add gtk2 support into setup_browser()Namhyung Kim
2012-05-02perf ui gtk: Rename functions for consistencyNamhyung Kim
2012-05-02perf ui gtk: Drop arg[cv] arguments from perf_gtk_setup_browser()Namhyung Kim
2012-03-19perf report: Add a simple GTK2-based 'perf report' browserPekka Enberg
2011-01-31perf tools: Don't fallback to setup_pager unconditionallyArnaldo Carvalho de Melo
2010-08-21perf tools: add test for strlcpy()Kirill A. Shutemov
2010-06-05perf buildid: add perfconfig option to specify buildid cache dirStephane Eranian
2010-05-20perf tui: Allow disabling the TUI on a per command basis in ~/.perfconfigArnaldo Carvalho de Melo
2010-05-18perf tools: Remove some unused functionsArnaldo Carvalho de Melo
2010-03-22perf newt: Properly restore the screen when error exitingArnaldo Carvalho de Melo
2010-03-12perf report: Implement initial UI using newtArnaldo Carvalho de Melo
2009-10-13perf tools: Do not manually count string lengthsVincent Legoll
2009-09-24perf tools: Protect header files with a consistent styleJohn Kacur
2009-08-16perf: Enable more compiler warningsIngo Molnar
2009-07-22perf_counter: Detect debugfs locationJason Baron
2009-07-01perf_counter tools: Add more warnings and fix/annotate themIngo Molnar
2009-06-06perf_counter tools: Move from Documentation/perf_counter/ to tools/perf/Ingo Molnar