summaryrefslogtreecommitdiff
path: root/tools/perf/util/util.c
AgeCommit message (Expand)Author
2018-04-13perf tools: Fix copyfile_offset update of output offsetJiri Olsa
2015-11-06perf tools: Make fetch_kernel_version() publicly availableWang Nan
2015-10-22perf tools: Defaults to 'caller' callchain order only if --children is enabledNamhyung Kim
2015-10-05perf callchain: Switch default to 'graph,0.5,caller'Arnaldo Carvalho de Melo
2015-09-18Merge branch 'perf/urgent' into perf/core, to pick up fixes before applying n...Ingo Molnar
2015-09-17perf tools: Bool functions shouldn't return -1Peter Senna Tschudin
2015-09-04tools lib api fs: Move tracing_path interface into api/fs/tracing_path.cJiri Olsa
2015-09-02perf tools: Move tracing_path stuff under same namespaceJiri Olsa
2015-09-02perf tools: Remove mountpoint arg from perf_debugfs_mountJiri Olsa
2015-08-28perf tools: Do not change lib/api/fs/debugfs directlyJiri Olsa
2015-08-28perf tools: Add tracing_path and remove unneeded functionsJiri Olsa
2015-08-08perf callchain: Move option parsing code to util.cKan Liang
2015-06-10perf tools: Avoid possible race condition in copyfile()Milos Vyletel
2015-05-18perf tools: Introduce copyfile_offset() functionNamhyung Kim
2015-05-18perf tools: Add rm_rf() utility functionNamhyung Kim
2015-02-24perf tools: Introduce dump_stack signal helperArnaldo Carvalho de Melo
2015-02-11perf tools: Make perf aware of tracefsSteven Rostedt (Red Hat)
2014-12-11perf tools: Use sysctl__read_int instead of ad-hoc copiesArnaldo Carvalho de Melo
2014-12-11tools lib fs: Adopt filename__read_int from tools/perf/Arnaldo Carvalho de Melo
2014-10-03perf callchain: Move callchain_param to util object in to fix python testJiri Olsa
2014-08-15perf util: Replace strerror with strerror_r for thread-safetyMasami Hiramatsu
2014-08-13perf tools: Introduce set_term_quiet_input helper functionJiri Olsa
2014-08-12perf tools: Show better error message in case we fail to open counters due to...Jiri Olsa
2014-07-17perf tools: Move pr_* debug macros into debug objectJiri Olsa
2014-07-07perf tools: Convert open coded equivalents to asprintf()Andy Shevchenko
2014-06-09perf tools: Add support to dynamically get cacheline sizeDon Zickus
2014-04-29perf tools: Handle EINTR error for readn/writenNamhyung Kim
2014-02-18perf tools: Move fs.* to lib/api/fs/Borislav Petkov
2013-12-13perf tools: Move mem_bswap32/64 to util.cAdrian Hunter
2013-12-13perf tools: Add perf_event_paranoid()Adrian Hunter
2013-12-09perf kvm: Move code to generate filename for perf-kvm to function.Dongsheng Yang
2013-12-04perf tools: Add filename__read_str util functionJiri Olsa
2013-12-02perf tools: Add writen functionJiri Olsa
2013-12-02perf tools: Fine tune readn functionJiri Olsa
2013-12-02perf tools: Use correct return type for readn functionJiri Olsa
2013-10-23perf tools: Do not accept parse_tag_value() overflowAdrian Hunter
2013-10-17perf tools: Introduce filename__read_int helperArnaldo Carvalho de Melo
2013-10-14perf tools: Add copyfile_mode()Adrian Hunter
2013-10-09perf tools: Add possibility to specify mmap sizeJiri Olsa
2013-10-09tools/perf: Standardize feature support define names to: HAVE_{FEATURE}_SUPPORTIngo Molnar
2013-08-07perf util: Add parse_nsec_time() functionNamhyung Kim
2013-07-12perf util: Move debugfs/tracing helper functions to util.cNamhyung Kim
2013-03-15perf tools: Extract perf-specific stuff from debugfs.cBorislav Petkov
2013-01-24perf tools: Move get_term_dimensions from top to util.cDavid Ahern
2013-01-24perf python: Fix breakage introduced by the test_attr infrastructureArnaldo Carvalho de Melo
2012-10-29perf tools: Move hex2u64 into util objectJiri Olsa
2012-10-06perf tools: Have the page size value available for all toolsArnaldo Carvalho de Melo
2012-10-02perf tools: Convert to BACKTRACE_SUPPORTNamhyung Kim
2012-09-07perf tools: add NO_BACKTRACE for application self-debuggingIrina Tirdea
2012-08-07perf tools: Add dump_stack functionArnaldo Carvalho de Melo