aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/util.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-06perf record: Put a copy of kcore into the perf.data directoryAdrian Hunter1-0/+17
2019-11-06perf data: Rename directory "header" file to "data"Adrian Hunter1-1/+1
2019-10-15perf tools: Fix resource leak of closedir() on the error pathsYunfeng Ye1-2/+4
2019-09-25perf copyfile: Move copyfile routines to separate filesArnaldo Carvalho de Melo1-135/+0
2019-09-25libperf: Move 'page_size' global variable to libperfJiri Olsa1-2/+1
2019-08-31perf debug: Remove needless include directives from debug.hArnaldo Carvalho de Melo1-0/+1
2019-08-29perf tools: Remove perf.h from source files not needing itArnaldo Carvalho de Melo1-1/+0
2019-08-26perf cacheline: Move cacheline related routines to separate filesArnaldo Carvalho de Melo1-20/+0
2019-08-14perf tools: Add helpers to use capabilities if presentIgor Lubashev1-0/+9
2019-07-29libperf: Adopt the readn()/writen() functions from tools/perfJiri Olsa1-40/+0
2019-06-25perf kallsyms: Adopt hex2u64 from tools/perf/util/util.hArnaldo Carvalho de Melo1-13/+0
2019-02-25perf tools: Add perf_exe() helper to find perf binaryAndi Kleen1-0/+10
2019-02-25perf tools: Add rm_rf_perf_data functionJiri Olsa1-0/+11
2019-02-25perf tools: Add pattern name checking to rm_rfJiri Olsa1-3/+33
2019-02-25perf tools: Add depth checking to rm_rfJiri Olsa1-2/+12
2019-02-20perf tools: Make rm_rf() remove single fileJiri Olsa1-3/+13
2019-01-25perf namespaces: Remove namespaces.h from .h headersArnaldo Carvalho de Melo1-0/+1
2018-09-19perf util: Make copyfile_offset() globalJiri Olsa1-1/+1
2018-05-17perf tools: No need to unconditionally read the max_stack sysctlsArnaldo Carvalho de Melo1-0/+13
2018-05-17perf tools: Read the cache line size lazilyArnaldo Carvalho de Melo1-1/+20
2018-02-15perf tools: Substitute yet another strtoull()Andy Shevchenko1-22/+2
2018-01-12perf tools: Fix copyfile_offset update of output offsetJiri Olsa1-1/+1
2017-11-07Merge branch 'linus' into perf/core, to fix conflictsIngo Molnar1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-09-21perf tools: Provide mutex wrappers for pthreads rwlocksArnaldo Carvalho de Melo1-0/+13
2017-09-13perf tools: Make copyfile_offset() staticArnaldo Carvalho de Melo1-1/+2
2017-07-18perf util: Add const modifier to buf in "writen" functionDavid Carrillo-Cisneros1-2/+4
2017-07-18perf buildid-cache: Support binary objects from other namespacesKrister Johansen1-6/+28
2017-06-20perf tools: Do parameter validation earlier on fetch_kernel_version()Arnaldo Carvalho de Melo1-5/+10
2017-06-20perf evsel: Adopt find_process()Arnaldo Carvalho de Melo1-37/+0
2017-04-26perf units: Move parse_tag_value() to units.[ch]Arnaldo Carvalho de Melo1-27/+0
2017-04-25perf memswap: Split the byteswap memory range wrappers from util.[ch]Arnaldo Carvalho de Melo1-22/+0
2017-04-24perf tools: Remove string.h, unistd.h and sys/stat.h from util.hArnaldo Carvalho de Melo1-0/+1
2017-04-24perf callchain: Move callchain specific routines from util.[ch]Arnaldo Carvalho de Melo1-104/+0
2017-04-24perf debug: Move dump_stack() and sighandler_dump_stack() to debug.hArnaldo Carvalho de Melo1-31/+0
2017-04-24perf kvm: Make function only used by 'perf kvm' staticArnaldo Carvalho de Melo1-14/+0
2017-04-20perf tools: Move timestamp routines from util.h to time-utils.hArnaldo Carvalho de Melo1-25/+0
2017-04-20perf tools: Move units conversion/formatting routines to separate objectArnaldo Carvalho de Melo1-35/+0
2017-04-20perf tools: Add signal.h to places using its definitionsArnaldo Carvalho de Melo1-0/+1
2017-04-19perf tools: Remove include dirent.h from util.hArnaldo Carvalho de Melo1-0/+1
2017-04-19perf tools: Move path related functions to util/path.hArnaldo Carvalho de Melo1-10/+0
2017-04-19perf tools: Move print_binary definitions to separate filesArnaldo Carvalho de Melo1-54/+0
2017-04-19perf tools: Move sane ctype stuff from util.h to sane_ctype.hArnaldo Carvalho de Melo1-0/+2
2017-04-19perf tools: Including missing inttypes.h headerArnaldo Carvalho de Melo1-0/+1
2017-04-13perf util: Hint missing file when tool tips fail to loadDavid Carrillo-Cisneros1-1/+2
2017-01-31tools perf util: Make rm_rf(path) argument constJoe Stringer1-1/+1
2017-01-11perf tools: Add unit_number__scnprintf functionJiri Olsa1-0/+13
2016-12-01perf tools: Move parse_nsec_time to time-utils.cDavid Ahern1-33/+0
2016-11-25perf tools: Fix kernel version error in ubuntuWang Nan1-2/+53
2016-10-28perf tools: Introduce timestamp__scnprintf_usec()Namhyung Kim1-0/+8