Age | Commit message (Expand) | Author |
2017-04-19 | perf tools: Remove include dirent.h from util.h | Arnaldo Carvalho de Melo |
2017-04-19 | perf tools: Remove misplaced __maybe_unused in some functions | Arnaldo Carvalho de Melo |
2017-04-19 | perf tools: Use api/fs/tracing_path.h where needed | Arnaldo Carvalho de Melo |
2017-04-19 | perf tools: No need to include bitops.h in util.h | Arnaldo Carvalho de Melo |
2017-04-19 | perf tools: Move path related functions to util/path.h | Arnaldo Carvalho de Melo |
2017-04-19 | perf tools: Don't include terminal handling headers in util.h | Arnaldo Carvalho de Melo |
2017-04-19 | perf str{filter,list}: Disentangle headers | Arnaldo Carvalho de Melo |
2017-04-19 | perf tools: Include errno.h where needed | Arnaldo Carvalho de Melo |
2017-04-19 | perf tools: Move extra string util functions to util/string2.h | Arnaldo Carvalho de Melo |
2017-04-19 | perf tools: Move srcline definitions to separate header | Arnaldo Carvalho de Melo |
2017-04-19 | perf tools: Move print_binary definitions to separate files | Arnaldo Carvalho de Melo |
2017-04-19 | perf tools: Move sane ctype stuff from util.h to sane_ctype.h | Arnaldo Carvalho de Melo |
2017-04-19 | perf tools: Ditch unused PATH_SEP, STRIP_EXTENSION | Arnaldo Carvalho de Melo |
2017-04-19 | perf tools: Replace STR() calls with __stringify() | Arnaldo Carvalho de Melo |
2017-04-19 | perf tools: Remove PRI[xu] macros from perf.h | Arnaldo Carvalho de Melo |
2017-04-19 | perf tools: Including missing inttypes.h header | Arnaldo Carvalho de Melo |
2017-04-19 | perf tools: Remove unused macros from util.h | Arnaldo Carvalho de Melo |
2017-04-19 | perf tools: Add include <linux/kernel.h> where ARRAY_SIZE() is used | Arnaldo Carvalho de Melo |
2017-04-19 | tools include: Move ARRAY_SIZE() to linux/kernel.h | Arnaldo Carvalho de Melo |
2017-04-19 | perf tools: Remove FLEX_ARRAY definition | Arnaldo Carvalho de Melo |
2017-04-13 | Revert "perf tools: Fix include of linux/mman.h" | David Carrillo-Cisneros |
2017-04-13 | perf util: Hint missing file when tool tips fail to load | David Carrillo-Cisneros |
2017-04-13 | perf stat: Fix bug in handling events in error state | Stephane Eranian |
2017-04-11 | perf annotate: Use stripped line instead of raw disassemble line | Taeung Song |
2017-04-11 | perf annotate: Refactor the code to parse disassemble lines with {l,r}trim() | Taeung Song |
2017-04-11 | perf tools: Do not print missing features in pipe-mode | David Carrillo-Cisneros |
2017-04-11 | perf session: Don't rely on evlist in pipe mode | David Carrillo-Cisneros |
2017-04-11 | perf inject: Copy events when reordering events in pipe mode | David Carrillo-Cisneros |
2017-04-11 | perf annotate s390: Implement jump types for perf annotate | Christian Borntraeger |
2017-04-11 | perf annotate s390: Fix perf annotate error -95 (4.10 regression) | Christian Borntraeger |
2017-04-11 | perf string: Simplify ltrim() implementation | Arnaldo Carvalho de Melo |
2017-04-11 | perf tools: Refactor the code to strip command name with {l,r}trim() | Taeung Song |
2017-04-11 | perf pmu: Refactor wordwrap() with ltrim() | Taeung Song |
2017-04-11 | perf evsel: Return exact sub event which failed with EPERM for wildcards | Jin Yao |
2017-04-11 | perf callchains: Switch from strtok() to strtok_r() when parsing options | Arnaldo Carvalho de Melo |
2017-04-04 | perf annotate: Fix missing number of samples for source_line_samples | Taeung Song |
2017-04-04 | perf tools: Don't die on a print function | Arnaldo Carvalho de Melo |
2017-04-04 | perf tools: Handle allocation failures gracefully | Arnaldo Carvalho de Melo |
2017-03-31 | perf tools: Do not fail in case of empty HOME env variable | Jiri Olsa |
2017-03-30 | perf utils: Fix spelling mistake: "Invalud" -> "Invalid" | Colin Ian King |
2017-03-28 | perf report: Drop cycles 0 for LBR print | Jin Yao |
2017-03-28 | perf/sdt/x86: Move OP parser to tools/perf/arch/x86/ | Ravi Bangoria |
2017-03-28 | perf tools: Remove support for command aliases | Arnaldo Carvalho de Melo |
2017-03-28 | Merge tag 'perf-core-for-mingo-4.12-20170327' of git://git.kernel.org/pub/scm... | Ingo Molnar |
2017-03-28 | Merge branch 'perf/urgent' into perf/core, to pick up fixes | Ingo Molnar |
2017-03-27 | perf utils: Readlink /proc/self/exe to find the perf binary | Tommi Rantala |
2017-03-27 | perf utils: Null terminate buf in read_ftrace_printk() | Tommi Rantala |
2017-03-27 | perf utils: use sizeof(buf) - 1 in readlink() call | Tommi Rantala |
2017-03-27 | perf buildid: Do not assume that readlink() returns a null terminated string | Tommi Rantala |
2017-03-27 | perf buildid: Do not update SDT cache with null filename | Tommi Rantala |