aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/util/util.c
AgeCommit message (Expand)AuthorFilesLines
2023-04-10perf util: Move input_name to utilGravatar Ian Rogers 1-0/+2
2023-04-04perf tools: Avoid warning in do_realloc_array_as_needed()Gravatar Adrian Hunter 1-1/+2
2023-03-14perf util: Remove weak sched_getcpuGravatar Ian Rogers 1-0/+16
2022-07-20perf tools: Add reallocarray_as_needed()Gravatar Adrian Hunter 1-0/+33
2022-07-20perf tools: Remove also guest kcore_dir with host kcore_dirGravatar Adrian Hunter 1-2/+35
2022-04-20perf tools: Print warning when HAVE_DEBUGINFOD_SUPPORT is not set and user tr...Gravatar Martin Liška 1-0/+5
2022-02-10perf tools: Try chroot'ed filename when opening dso/symbolGravatar Namhyung Kim 1-0/+31
2022-01-15perf record: Disable debuginfod by defaultGravatar Jiri Olsa 1-0/+15
2021-11-18perf report: Fix memory leaks around perf_tip()Gravatar Ian Rogers 1-7/+7
2020-04-16perf tools: Support CAP_PERFMON capabilityGravatar Alexey Budankov 1-0/+1
2020-03-10perf util: Factor out sysctl__nmi_watchdog_enabled()Gravatar Kan Liang 1-0/+18
2019-11-06perf record: Put a copy of kcore into the perf.data directoryGravatar Adrian Hunter 1-0/+17
2019-11-06perf data: Rename directory "header" file to "data"Gravatar Adrian Hunter 1-1/+1
2019-10-15perf tools: Fix resource leak of closedir() on the error pathsGravatar Yunfeng Ye 1-2/+4
2019-09-25perf copyfile: Move copyfile routines to separate filesGravatar Arnaldo Carvalho de Melo 1-135/+0
2019-09-25libperf: Move 'page_size' global variable to libperfGravatar Jiri Olsa 1-2/+1
2019-08-31perf debug: Remove needless include directives from debug.hGravatar Arnaldo Carvalho de Melo 1-0/+1
2019-08-29perf tools: Remove perf.h from source files not needing itGravatar Arnaldo Carvalho de Melo 1-1/+0
2019-08-26perf cacheline: Move cacheline related routines to separate filesGravatar Arnaldo Carvalho de Melo 1-20/+0
2019-08-14perf tools: Add helpers to use capabilities if presentGravatar Igor Lubashev 1-0/+9
2019-07-29libperf: Adopt the readn()/writen() functions from tools/perfGravatar Jiri Olsa 1-40/+0
2019-06-25perf kallsyms: Adopt hex2u64 from tools/perf/util/util.hGravatar Arnaldo Carvalho de Melo 1-13/+0
2019-02-25perf tools: Add perf_exe() helper to find perf binaryGravatar Andi Kleen 1-0/+10
2019-02-25perf tools: Add rm_rf_perf_data functionGravatar Jiri Olsa 1-0/+11
2019-02-25perf tools: Add pattern name checking to rm_rfGravatar Jiri Olsa 1-3/+33
2019-02-25perf tools: Add depth checking to rm_rfGravatar Jiri Olsa 1-2/+12
2019-02-20perf tools: Make rm_rf() remove single fileGravatar Jiri Olsa 1-3/+13
2019-01-25perf namespaces: Remove namespaces.h from .h headersGravatar Arnaldo Carvalho de Melo 1-0/+1
2018-09-19perf util: Make copyfile_offset() globalGravatar Jiri Olsa 1-1/+1
2018-05-17perf tools: No need to unconditionally read the max_stack sysctlsGravatar Arnaldo Carvalho de Melo 1-0/+13
2018-05-17perf tools: Read the cache line size lazilyGravatar Arnaldo Carvalho de Melo 1-1/+20
2018-02-15perf tools: Substitute yet another strtoull()Gravatar Andy Shevchenko 1-22/+2
2018-01-12perf tools: Fix copyfile_offset update of output offsetGravatar Jiri Olsa 1-1/+1
2017-11-07Merge branch 'linus' into perf/core, to fix conflictsGravatar Ingo Molnar 1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-09-21perf tools: Provide mutex wrappers for pthreads rwlocksGravatar Arnaldo Carvalho de Melo 1-0/+13
2017-09-13perf tools: Make copyfile_offset() staticGravatar Arnaldo Carvalho de Melo 1-1/+2
2017-07-18perf util: Add const modifier to buf in "writen" functionGravatar David Carrillo-Cisneros 1-2/+4
2017-07-18perf buildid-cache: Support binary objects from other namespacesGravatar Krister Johansen 1-6/+28
2017-06-20perf tools: Do parameter validation earlier on fetch_kernel_version()Gravatar Arnaldo Carvalho de Melo 1-5/+10
2017-06-20perf evsel: Adopt find_process()Gravatar Arnaldo Carvalho de Melo 1-37/+0
2017-04-26perf units: Move parse_tag_value() to units.[ch]Gravatar Arnaldo Carvalho de Melo 1-27/+0
2017-04-25perf memswap: Split the byteswap memory range wrappers from util.[ch]Gravatar Arnaldo Carvalho de Melo 1-22/+0
2017-04-24perf tools: Remove string.h, unistd.h and sys/stat.h from util.hGravatar Arnaldo Carvalho de Melo 1-0/+1
2017-04-24perf callchain: Move callchain specific routines from util.[ch]Gravatar Arnaldo Carvalho de Melo 1-104/+0
2017-04-24perf debug: Move dump_stack() and sighandler_dump_stack() to debug.hGravatar Arnaldo Carvalho de Melo 1-31/+0
2017-04-24perf kvm: Make function only used by 'perf kvm' staticGravatar Arnaldo Carvalho de Melo 1-14/+0
2017-04-20perf tools: Move timestamp routines from util.h to time-utils.hGravatar Arnaldo Carvalho de Melo 1-25/+0
2017-04-20perf tools: Move units conversion/formatting routines to separate objectGravatar Arnaldo Carvalho de Melo 1-35/+0
2017-04-20perf tools: Add signal.h to places using its definitionsGravatar Arnaldo Carvalho de Melo 1-0/+1