aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/util.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-10-03perf callchain: Move callchain_param to util object in to fix python testJiri Olsa1-0/+8
2014-08-15perf util: Replace strerror with strerror_r for thread-safetyMasami Hiramatsu1-2/+3
2014-08-13perf tools: Introduce set_term_quiet_input helper functionJiri Olsa1-0/+13
2014-08-12perf tools: Show better error message in case we fail to open counters due to EBUSY errorJiri Olsa1-0/+36
2014-07-17perf tools: Move pr_* debug macros into debug objectJiri Olsa1-0/+1
2014-07-07perf tools: Convert open coded equivalents to asprintf()Andy Shevchenko1-7/+2
2014-06-09perf tools: Add support to dynamically get cacheline sizeDon Zickus1-0/+1
2014-04-29perf tools: Handle EINTR error for readn/writenNamhyung Kim1-0/+2
2014-02-18perf tools: Move fs.* to lib/api/fs/Borislav Petkov1-1/+1
2013-12-13perf tools: Move mem_bswap32/64 to util.cAdrian Hunter1-0/+22
2013-12-13perf tools: Add perf_event_paranoid()Adrian Hunter1-0/+19
2013-12-09perf kvm: Move code to generate filename for perf-kvm to function.Dongsheng Yang1-0/+14
2013-12-04perf tools: Add filename__read_str util functionJiri Olsa1-0/+49
2013-12-02perf tools: Add writen functionJiri Olsa1-5/+19
2013-12-02perf tools: Fine tune readn functionJiri Olsa1-5/+11
2013-12-02perf tools: Use correct return type for readn functionJiri Olsa1-2/+2
2013-10-23perf tools: Do not accept parse_tag_value() overflowAdrian Hunter1-0/+2
2013-10-17perf tools: Introduce filename__read_int helperArnaldo Carvalho de Melo1-0/+17
2013-10-14perf tools: Add copyfile_mode()Adrian Hunter1-5/+13
2013-10-09perf tools: Add possibility to specify mmap sizeJiri Olsa1-0/+25
2013-10-09tools/perf: Standardize feature support define names to: HAVE_{FEATURE}_SUPPORTIngo Molnar1-2/+2
2013-08-07perf util: Add parse_nsec_time() functionNamhyung Kim1-0/+33
2013-07-12perf util: Move debugfs/tracing helper functions to util.cNamhyung Kim1-0/+59
2013-03-15perf tools: Extract perf-specific stuff from debugfs.cBorislav Petkov1-0/+27
2013-01-24perf tools: Move get_term_dimensions from top to util.cDavid Ahern1-0/+22
2013-01-24perf python: Fix breakage introduced by the test_attr infrastructureArnaldo Carvalho de Melo1-0/+2
2012-10-29perf tools: Move hex2u64 into util objectJiri Olsa1-0/+33
2012-10-06perf tools: Have the page size value available for all toolsArnaldo Carvalho de Melo1-0/+2
2012-10-02perf tools: Convert to BACKTRACE_SUPPORTNamhyung Kim1-2/+2
2012-09-07perf tools: add NO_BACKTRACE for application self-debuggingIrina Tirdea1-0/+6
2012-08-07perf tools: Add dump_stack functionArnaldo Carvalho de Melo1-0/+19
2012-04-19perf annotate browser: Align jump labelsArnaldo Carvalho de Melo1-0/+10
2012-02-13perf tools: cleanup initialization of attr->sizeStephane Eranian1-0/+2
2012-02-13perf tools: Change perf_guest default back to falseJoerg Roedel1-1/+1
2012-01-06perf kvm: Do guest-only counting by defaultJoerg Roedel1-0/+15
2011-01-03perf util: Move do_read from session to utilArnaldo Carvalho de Melo1-0/+17
2010-05-14perf report: Report number of events, not samplesArnaldo Carvalho de Melo1-0/+22
2010-01-17perf: Fix implicit declaration of getline in util.cFrederic Weisbecker1-6/+1
2010-01-16perf symbols: Cache /proc/kallsyms files by build-idArnaldo Carvalho de Melo1-0/+30
2009-12-28perf record: Introduce a symtab cacheArnaldo Carvalho de Melo1-0/+69