summaryrefslogtreecommitdiff
path: root/tools/perf/util/util.c
AgeCommit message (Expand)Author
2023-04-10perf util: Move input_name to utilIan Rogers
2023-04-04perf tools: Avoid warning in do_realloc_array_as_needed()Adrian Hunter
2023-03-14perf util: Remove weak sched_getcpuIan Rogers
2022-07-20perf tools: Add reallocarray_as_needed()Adrian Hunter
2022-07-20perf tools: Remove also guest kcore_dir with host kcore_dirAdrian Hunter
2022-04-20perf tools: Print warning when HAVE_DEBUGINFOD_SUPPORT is not set and user tr...Martin Liška
2022-02-10perf tools: Try chroot'ed filename when opening dso/symbolNamhyung Kim
2022-01-15perf record: Disable debuginfod by defaultJiri Olsa
2021-11-18perf report: Fix memory leaks around perf_tip()Ian Rogers
2020-04-16perf tools: Support CAP_PERFMON capabilityAlexey Budankov
2020-03-10perf util: Factor out sysctl__nmi_watchdog_enabled()Kan Liang
2019-11-06perf record: Put a copy of kcore into the perf.data directoryAdrian Hunter
2019-11-06perf data: Rename directory "header" file to "data"Adrian Hunter
2019-10-15perf tools: Fix resource leak of closedir() on the error pathsYunfeng Ye
2019-09-25perf copyfile: Move copyfile routines to separate filesArnaldo Carvalho de Melo
2019-09-25libperf: Move 'page_size' global variable to libperfJiri Olsa
2019-08-31perf debug: Remove needless include directives from debug.hArnaldo Carvalho de Melo
2019-08-29perf tools: Remove perf.h from source files not needing itArnaldo Carvalho de Melo
2019-08-26perf cacheline: Move cacheline related routines to separate filesArnaldo Carvalho de Melo
2019-08-14perf tools: Add helpers to use capabilities if presentIgor Lubashev
2019-07-29libperf: Adopt the readn()/writen() functions from tools/perfJiri Olsa
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
2019-02-25perf tools: Add pattern name checking to rm_rfJiri Olsa
2019-02-25perf tools: Add depth checking to rm_rfJiri Olsa
2019-02-20perf tools: Make rm_rf() remove single fileJiri Olsa
2019-01-25perf namespaces: Remove namespaces.h from .h headersArnaldo 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-02-15perf tools: Substitute yet another strtoull()Andy Shevchenko
2018-01-12perf tools: Fix copyfile_offset update of output offsetJiri Olsa
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-06-20perf tools: Do parameter validation earlier on fetch_kernel_version()Arnaldo Carvalho de Melo
2017-06-20perf evsel: Adopt find_process()Arnaldo Carvalho de Melo
2017-04-26perf units: Move parse_tag_value() to units.[ch]Arnaldo Carvalho de Melo
2017-04-25perf memswap: Split the byteswap memory range wrappers from util.[ch]Arnaldo Carvalho de Melo
2017-04-24perf tools: Remove string.h, unistd.h and sys/stat.h from util.hArnaldo Carvalho de Melo
2017-04-24perf callchain: Move callchain specific routines from util.[ch]Arnaldo Carvalho de Melo
2017-04-24perf debug: Move dump_stack() and sighandler_dump_stack() to debug.hArnaldo Carvalho de Melo
2017-04-24perf kvm: Make function only used by 'perf kvm' staticArnaldo Carvalho de Melo
2017-04-20perf tools: Move timestamp routines from util.h to time-utils.hArnaldo Carvalho de Melo
2017-04-20perf tools: Move units conversion/formatting routines to separate objectArnaldo Carvalho de Melo
2017-04-20perf tools: Add signal.h to places using its definitionsArnaldo Carvalho de Melo