index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
/
util.h
Age
Commit message (
Expand
)
Author
Files
Lines
2015-09-14
tools lib api fs: Replace debugfs/tracefs objects interface with fs.c
Jiri Olsa
1
-2
/
+1
2015-09-04
tools lib api fs: Move tracing_path interface into api/fs/tracing_path.c
Jiri Olsa
1
-6
/
+0
2015-09-02
perf tools: Move tracing_path stuff under same namespace
Jiri Olsa
1
-2
/
+2
2015-09-02
perf tools: Remove mountpoint arg from perf_debugfs_mount
Jiri Olsa
1
-1
/
+1
2015-09-02
perf tools: Always use non inlined file name for 'srcfile' sort key
Andi Kleen
1
-0
/
+2
2015-08-28
perf tools: Add tracing_path and remove unneeded functions
Jiri Olsa
1
-1
/
+1
2015-08-10
perf tools: Support full source file paths for srcline
Andi Kleen
1
-0
/
+1
2015-08-08
perf callchain: Move option parsing code to util.c
Kan Liang
1
-0
/
+2
2015-07-06
perf tools: Asprintf like functions to format integer filter expression
Arnaldo Carvalho de Melo
1
-0
/
+12
2015-05-18
perf tools: Introduce copyfile_offset() function
Namhyung Kim
1
-0
/
+1
2015-05-18
perf tools: Add rm_rf() utility function
Namhyung Kim
1
-0
/
+1
2015-05-08
perf probe: Support glob wildcards for function name
Masami Hiramatsu
1
-0
/
+4
2015-03-21
perf tools: Add lzma decompression support for kernel module
Jiri Olsa
1
-0
/
+4
2015-02-24
perf tools: Introduce dump_stack signal helper
Arnaldo Carvalho de Melo
1
-0
/
+1
2015-02-11
perf tools: Make perf aware of tracefs
Steven Rostedt (Red Hat)
1
-0
/
+1
2014-12-19
perf: Fix building warning on ARM 32
Wang Nan
1
-1
/
+1
2014-12-17
perf evlist: Use roundup_pow_of_two
Arnaldo Carvalho de Melo
1
-18
/
+0
2014-12-17
tools: Move code originally from linux/log2.h to tools/include/linux/
Arnaldo Carvalho de Melo
1
-11
/
+0
2014-12-11
tools lib fs: Adopt filename__read_int from tools/perf/
Arnaldo Carvalho de Melo
1
-1
/
+0
2014-12-09
perf tools: Add --buildid-dir option to set cache directory
Jiri Olsa
1
-1
/
+1
2014-11-24
perf callchain: Make get_srcline fall back to sym+offset
Andi Kleen
1
-1
/
+3
2014-11-19
perf build-id: Move disable_buildid_cache() to util/build-id.c
Namhyung Kim
1
-1
/
+0
2014-11-05
perf tools: Add gzip decompression support for kernel module
Namhyung Kim
1
-0
/
+5
2014-09-17
perf tools: define _DEFAULT_SOURCE for glibc_2.20
Chanho Park
1
-0
/
+2
2014-09-17
perf tools: Don't include sys/poll.h directly
Arnaldo Carvalho de Melo
1
-1
/
+1
2014-08-13
perf tools: Introduce set_term_quiet_input helper function
Jiri Olsa
1
-0
/
+2
2014-08-12
perf tools: Show better error message in case we fail to open counters due to...
Jiri Olsa
1
-0
/
+1
2014-07-31
perf symbols: Make sure --symfs usage includes the path separator
Arnaldo Carvalho de Melo
1
-0
/
+16
2014-06-09
perf tools: Add support to dynamically get cacheline size
Don Zickus
1
-0
/
+1
2014-05-01
tools: Consolidate types.h
Borislav Petkov
1
-1
/
+1
2013-12-27
perf tools: Introduce zfree
Arnaldo Carvalho de Melo
1
-0
/
+2
2013-12-16
tools/: Convert to new topic libraries
Borislav Petkov
1
-1
/
+1
2013-12-13
perf tools: Move mem_bswap32/64 to util.c
Adrian Hunter
1
-0
/
+3
2013-12-13
perf tools: Add perf_event_paranoid()
Adrian Hunter
1
-0
/
+1
2013-12-09
perf kvm: Move code to generate filename for perf-kvm to function.
Dongsheng Yang
1
-0
/
+2
2013-12-09
perf evlist: Fix mmap pages rounding to power of 2
Adrian Hunter
1
-0
/
+12
2013-12-04
perf tools: Add filename__read_str util function
Jiri Olsa
1
-0
/
+1
2013-12-02
perf tools: Add writen function
Jiri Olsa
1
-0
/
+1
2013-12-02
perf tools: Use correct return type for readn function
Jiri Olsa
1
-1
/
+1
2013-10-17
perf tools: Introduce filename__read_int helper
Arnaldo Carvalho de Melo
1
-0
/
+2
2013-10-14
perf tools: Add copyfile_mode()
Adrian Hunter
1
-0
/
+1
2013-10-09
perf annotate: Pass dso instead of dso_name to get_srcline()
Namhyung Kim
1
-1
/
+3
2013-10-09
perf annotate: Factor out get/free_srcline()
Namhyung Kim
1
-0
/
+5
2013-10-09
perf tools: Separate out GTK codes to libperf-gtk.so
Namhyung Kim
1
-0
/
+2
2013-10-09
perf tools: Add possibility to specify mmap size
Jiri Olsa
1
-0
/
+14
2013-08-07
perf util: Add parse_nsec_time() function
Namhyung Kim
1
-0
/
+2
2013-07-12
perf util: Move debugfs/tracing helper functions to util.c
Namhyung Kim
1
-0
/
+3
2013-07-08
perf tools: Include termios.h explicitly
Joonsoo Kim
1
-1
/
+1
2013-05-28
perf tools: Fix bug in isupper() and islower()
Sukadev Bhattiprolu
1
-2
/
+2
2013-03-21
perf tools: Get rid of redundant _FILE_OFFSET_BITS definition
Namhyung Kim
1
-2
/
+0
[next]