index
:
user/sven/linux.git
ipvs/backlog-conns
ipvs/checkpatch-cleanup
ipvs/cleanups
ipvs/droutbytes
ipvs/experimental
ipvs/locking
master
mvsas-fixes
nl80211-ssid-association
tmp/ipvs/track-backlog-connections
tmp/leds/core
tmp/leds/register-multiple-devices
tmp/md/sparse-cleanup
tmp/misc/sparse-fixes
x86_32-entry-fixes
davem/net-next/HEAD
davem/net-next/main
davem/net/HEAD
davem/net/main
ipvs-next/HEAD
ipvs-next/main
ipvs/HEAD
ipvs/main
leds/HEAD
leds/master
netfilter-next/HEAD
netfilter-next/main
netfilter/HEAD
netfilter/main
next/HEAD
next/master
stable/2.6.11.y
stable/2.6.12.y
stable/2.6.13.y
stable/2.6.14.y
stable/2.6.15.y
stable/2.6.16.y
stable/2.6.17.y
stable/2.6.18.y
stable/2.6.19.y
stable/2.6.20.y
stable/2.6.21.y
stable/2.6.22.y
stable/2.6.23.y
stable/2.6.24.y
stable/2.6.25.y
stable/2.6.26.y
stable/2.6.27.y
stable/2.6.28.y
stable/2.6.29.y
stable/2.6.30.y
stable/2.6.31.y
stable/2.6.32.y
stable/2.6.33.y
stable/2.6.34.y
stable/2.6.35.y
stable/2.6.36.y
stable/2.6.37.y
stable/2.6.38.y
stable/2.6.39.y
stable/3.0.y
stable/3.1.y
stable/3.10.y
stable/3.11.y
stable/3.12.y
stable/3.13.y
stable/3.14.y
stable/3.15.y
stable/3.16.y
stable/3.17.y
stable/3.18.y
stable/3.19.y
stable/3.2.y
stable/3.3.y
stable/3.4.y
stable/3.5.y
stable/3.6.y
stable/3.7.y
stable/3.8.y
stable/3.9.y
stable/4.0.y
stable/4.1.y
stable/4.10.y
stable/4.11.y
stable/4.12.y
stable/4.13.y
stable/4.14.y
stable/4.15.y
stable/4.16.y
stable/4.17.y
stable/4.18.y
stable/4.19.y
stable/4.2.y
stable/4.20.y
stable/4.3.y
stable/4.4.y
stable/4.5.y
stable/4.6.y
stable/4.7.y
stable/4.8.y
stable/4.9.y
stable/5.0.y
stable/5.1.y
stable/5.10.y
stable/5.11.y
stable/5.12.y
stable/5.13.y
stable/5.14.y
stable/5.15.y
stable/5.16.y
stable/5.17.y
stable/5.18.y
stable/5.19.y
stable/5.2.y
stable/5.3.y
stable/5.4.y
stable/5.5.y
stable/5.6.y
stable/5.7.y
stable/5.8.y
stable/5.9.y
stable/6.0.y
stable/6.1.y
stable/6.10.y
stable/6.11.y
stable/6.12.y
stable/6.13.y
stable/6.14.y
stable/6.15.y
stable/6.16.y
stable/6.17.y
stable/6.18.y
stable/6.19.y
stable/6.2.y
stable/6.3.y
stable/6.4.y
stable/6.5.y
stable/6.6.y
stable/6.7.y
stable/6.8.y
stable/6.9.y
torvalds/HEAD
torvalds/master
Linux Kernel
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
/
util.c
Age
Commit message (
Expand
)
Author
2016-05-16
perf tools: Separate accounting of contexts and real addresses in a stack trace
Arnaldo Carvalho de Melo
2016-05-11
perf tools: Fix lsdir to set errno correctly
Masami Hiramatsu
2016-05-09
perf callchain: Recording 'dwarf' callchains do not need DWARF unwinding support
He Kuang
2016-04-27
perf tools: Set the maximum allowed stack from /proc/sys/kernel/perf_event_ma...
Arnaldo Carvalho de Melo
2016-04-26
perf tools: Add lsdir() helper to read a directory
Masami Hiramatsu
2016-02-24
perf tools: Make binary data printer code in trace_event public available
Wang Nan
2016-02-16
tools lib api fs: Adopt filename__read_str from perf
Jiri Olsa
2016-01-29
perf tools: Move timestamp creation to util
Wang Nan
2016-01-26
perf symbols: Do not read symbols/data from device files
Jiri Olsa
2016-01-12
perf tools: Fallback to srcdir/Documentation/tips.txt
Namhyung Kim
2016-01-08
perf report: Show random usage tip on the help line
Namhyung Kim
2015-12-14
perf tools: Use same signal handling strategy as 'record'
Arnaldo Carvalho de Melo
2015-12-09
perf tools: Move term functions out of util.c
Josh Poimboeuf
2015-11-19
perf report: Add callchain value option
Namhyung Kim
2015-11-06
perf tools: Make fetch_kernel_version() publicly available
Wang Nan
2015-10-22
perf tools: Defaults to 'caller' callchain order only if --children is enabled
Namhyung Kim
2015-10-05
perf callchain: Switch default to 'graph,0.5,caller'
Arnaldo Carvalho de Melo
2015-09-18
Merge branch 'perf/urgent' into perf/core, to pick up fixes before applying n...
Ingo Molnar
2015-09-17
perf tools: Bool functions shouldn't return -1
Peter Senna Tschudin
2015-09-04
tools lib api fs: Move tracing_path interface into api/fs/tracing_path.c
Jiri Olsa
2015-09-02
perf tools: Move tracing_path stuff under same namespace
Jiri Olsa
2015-09-02
perf tools: Remove mountpoint arg from perf_debugfs_mount
Jiri Olsa
2015-08-28
perf tools: Do not change lib/api/fs/debugfs directly
Jiri Olsa
2015-08-28
perf tools: Add tracing_path and remove unneeded functions
Jiri Olsa
2015-08-08
perf callchain: Move option parsing code to util.c
Kan Liang
2015-06-10
perf tools: Avoid possible race condition in copyfile()
Milos Vyletel
2015-05-18
perf tools: Introduce copyfile_offset() function
Namhyung Kim
2015-05-18
perf tools: Add rm_rf() utility function
Namhyung Kim
2015-02-24
perf tools: Introduce dump_stack signal helper
Arnaldo Carvalho de Melo
2015-02-11
perf tools: Make perf aware of tracefs
Steven Rostedt (Red Hat)
2014-12-11
perf tools: Use sysctl__read_int instead of ad-hoc copies
Arnaldo Carvalho de Melo
2014-12-11
tools lib fs: Adopt filename__read_int from tools/perf/
Arnaldo Carvalho de Melo
2014-10-03
perf callchain: Move callchain_param to util object in to fix python test
Jiri Olsa
2014-08-15
perf util: Replace strerror with strerror_r for thread-safety
Masami Hiramatsu
2014-08-13
perf tools: Introduce set_term_quiet_input helper function
Jiri Olsa
2014-08-12
perf tools: Show better error message in case we fail to open counters due to...
Jiri Olsa
2014-07-17
perf tools: Move pr_* debug macros into debug object
Jiri Olsa
2014-07-07
perf tools: Convert open coded equivalents to asprintf()
Andy Shevchenko
2014-06-09
perf tools: Add support to dynamically get cacheline size
Don Zickus
2014-04-29
perf tools: Handle EINTR error for readn/writen
Namhyung Kim
2014-02-18
perf tools: Move fs.* to lib/api/fs/
Borislav Petkov
2013-12-13
perf tools: Move mem_bswap32/64 to util.c
Adrian Hunter
2013-12-13
perf tools: Add perf_event_paranoid()
Adrian Hunter
2013-12-09
perf kvm: Move code to generate filename for perf-kvm to function.
Dongsheng Yang
2013-12-04
perf tools: Add filename__read_str util function
Jiri Olsa
2013-12-02
perf tools: Add writen function
Jiri Olsa
2013-12-02
perf tools: Fine tune readn function
Jiri Olsa
2013-12-02
perf tools: Use correct return type for readn function
Jiri Olsa
2013-10-23
perf tools: Do not accept parse_tag_value() overflow
Adrian Hunter
2013-10-17
perf tools: Introduce filename__read_int helper
Arnaldo Carvalho de Melo
[next]