summaryrefslogtreecommitdiff
path: root/tools/perf/util/util.h
AgeCommit message (Expand)Author
2023-04-10perf util: Move perf_guest/host declarationsIan Rogers
2023-04-10perf util: Move input_name to utilIan Rogers
2023-04-10perf usage: Move usage stringsIan Rogers
2022-12-14perf util: Add host_is_bigendian to util.hIan Rogers
2022-12-14perf util: Make header guard consistent with toolIan Rogers
2022-07-20perf tools: Add reallocarray_as_needed()Adrian Hunter
2022-02-10perf tools: Try chroot'ed filename when opening dso/symbolNamhyung Kim
2022-01-15perf record: Disable debuginfod by defaultJiri Olsa
2022-01-12perf cpumap: Give CPUs their own typeIan Rogers
2021-11-18perf report: Fix memory leaks around perf_tip()Ian Rogers
2020-09-10perf tests: Call test_attr__open() directlyJiri Olsa
2020-03-10perf util: Factor out sysctl__nmi_watchdog_enabled()Kan Liang
2019-09-25perf copyfile: Move copyfile routines to separate filesArnaldo Carvalho de Melo
2019-09-25perf tools: No need to include internal/lib.h from util/util.hArnaldo Carvalho de Melo
2019-09-25libperf: Move 'page_size' global variable to libperfJiri Olsa
2019-08-26perf cacheline: Move cacheline related routines to separate filesArnaldo Carvalho de Melo
2019-07-29libperf: Adopt the readn()/writen() functions from tools/perfJiri Olsa
2019-07-09tools lib: Adopt zalloc()/zfree() from tools/perfArnaldo Carvalho de Melo
2019-07-09perf tools: Move get_current_dir_name() cond prototype out of util.hArnaldo Carvalho de Melo
2019-07-09perf namespaces: Move the conditional setns() prototype to namespaces.hArnaldo Carvalho de Melo
2019-06-25perf kallsyms: Adopt hex2u64 from tools/perf/util/util.hArnaldo Carvalho de Melo
2019-02-25perf tools: Add perf_exe() helper to find perf binaryAndi Kleen
2019-02-25perf tools: Add rm_rf_perf_data functionJiri Olsa
2018-11-19tools build feature: Check if get_current_dir_name() is availableArnaldo Carvalho de Melo
2018-09-19perf util: Make copyfile_offset() globalJiri Olsa
2018-05-17perf tools: No need to unconditionally read the max_stack sysctlsArnaldo Carvalho de Melo
2018-05-17perf tools: Read the cache line size lazilyArnaldo Carvalho de Melo
2018-04-09perf tools: No need to include namespaces.h in util.hArnaldo Carvalho de Melo
2018-01-23perf tools: Move conditional O_CLOEXEC to util.hArnaldo Carvalho de Melo
2017-11-07Merge branch 'linus' into perf/core, to fix conflictsIngo Molnar
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-09-21perf tools: Provide mutex wrappers for pthreads rwlocksArnaldo Carvalho de Melo
2017-09-13perf tools: Make copyfile_offset() staticArnaldo Carvalho de Melo
2017-07-18perf util: Add const modifier to buf in "writen" functionDavid Carrillo-Cisneros
2017-07-18perf buildid-cache: Support binary objects from other namespacesKrister Johansen
2017-07-18tools build: Add test for setns()Arnaldo Carvalho de Melo
2017-06-27perf tools: Replace error() with pr_err()Arnaldo Carvalho de Melo
2017-06-27perf tools: Remove warning()Arnaldo Carvalho de Melo
2017-06-20perf tools: Remove unused _ALL_SOURCE defineArnaldo Carvalho de Melo
2017-06-20perf evsel: Adopt find_process()Arnaldo Carvalho de Melo
2017-06-19tools: Adopt __printf from kernel sourcesArnaldo Carvalho de Melo
2017-06-19tools: Adopt __noreturn from kernel sourcesArnaldo Carvalho de Melo
2017-04-26tools lib string: Adopt prefixcmp() from perf and subcmdArnaldo Carvalho de Melo
2017-04-26perf units: Move parse_tag_value() to units.[ch]Arnaldo Carvalho de Melo
2017-04-26perf ui gtk: Move gtk .so name to the only place where it is usedArnaldo Carvalho de Melo
2017-04-26perf tools: Move HAS_BOOL define to where perl headers are usedArnaldo Carvalho de Melo
2017-04-25perf memswap: Split the byteswap memory range wrappers from util.[ch]Arnaldo Carvalho de Melo
2017-04-25perf tools: Move event prototypes from util.h to event.hArnaldo Carvalho de Melo
2017-04-25perf buildid: Move prototypes from util.h to build-id.hArnaldo Carvalho de Melo
2017-04-24perf tools: Remove poll.h and wait.h from util.hArnaldo Carvalho de Melo