index
:
talos-obmc-linux
dev-4.10
dev-4.13
dev-4.13-fsi
dev-4.13-raptor-05-18-2018
dev-4.13-raptor-06-04-2018
dev-5.0
dev-5.0-raptor-04-16-2019
dev-5.4-raptor-04-16-2019
Talos™ II Linux sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
/
util.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
tools perf util: Make rm_rf(path) argument const
Joe Stringer
2017-01-31
1
-1
/
+1
*
perf tools: Add unit_number__scnprintf function
Jiri Olsa
2017-01-11
1
-0
/
+13
*
perf tools: Move parse_nsec_time to time-utils.c
David Ahern
2016-12-01
1
-33
/
+0
*
perf tools: Fix kernel version error in ubuntu
Wang Nan
2016-11-25
1
-2
/
+53
*
perf tools: Introduce timestamp__scnprintf_usec()
Namhyung Kim
2016-10-28
1
-0
/
+8
*
tools: Introduce tools/include/linux/time64.h for *SEC_PER_*SEC macros
Arnaldo Carvalho de Melo
2016-08-23
1
-0
/
+1
*
perf tools: Make is_printable_array global
Jiri Olsa
2016-07-18
1
-0
/
+16
*
perf tests: Fix hist accumulation test
Jiri Olsa
2016-07-04
1
-6
/
+13
*
perf tools: Fix rm_rf() to handle non-regular files correctly
Masami Hiramatsu
2016-06-14
1
-8
/
+5
*
perf tools: Separate accounting of contexts and real addresses in a stack trace
Arnaldo Carvalho de Melo
2016-05-16
1
-1
/
+2
*
perf tools: Fix lsdir to set errno correctly
Masami Hiramatsu
2016-05-11
1
-1
/
+1
*
perf callchain: Recording 'dwarf' callchains do not need DWARF unwinding support
He Kuang
2016-05-09
1
-2
/
+0
*
perf tools: Set the maximum allowed stack from /proc/sys/kernel/perf_event_ma...
Arnaldo Carvalho de Melo
2016-04-27
1
-0
/
+2
*
perf tools: Add lsdir() helper to read a directory
Masami Hiramatsu
2016-04-26
1
-0
/
+34
*
perf tools: Make binary data printer code in trace_event public available
Wang Nan
2016-02-24
1
-0
/
+37
*
tools lib api fs: Adopt filename__read_str from perf
Jiri Olsa
2016-02-16
1
-48
/
+0
*
perf tools: Move timestamp creation to util
Wang Nan
2016-01-29
1
-0
/
+17
*
perf symbols: Do not read symbols/data from device files
Jiri Olsa
2016-01-26
1
-0
/
+10
*
perf tools: Fallback to srcdir/Documentation/tips.txt
Namhyung Kim
2016-01-12
1
-5
/
+6
*
perf report: Show random usage tip on the help line
Namhyung Kim
2016-01-08
1
-0
/
+27
*
perf tools: Use same signal handling strategy as 'record'
Arnaldo Carvalho de Melo
2015-12-14
1
-1
/
+2
*
perf tools: Move term functions out of util.c
Josh Poimboeuf
2015-12-09
1
-34
/
+0
*
perf report: Add callchain value option
Namhyung Kim
2015-11-19
1
-1
/
+2
*
perf tools: Make fetch_kernel_version() publicly available
Wang Nan
2015-11-06
1
-0
/
+30
*
perf tools: Defaults to 'caller' callchain order only if --children is enabled
Namhyung Kim
2015-10-22
1
-1
/
+1
*
perf callchain: Switch default to 'graph,0.5,caller'
Arnaldo Carvalho de Melo
2015-10-05
1
-2
/
+2
*
Merge branch 'perf/urgent' into perf/core, to pick up fixes before applying n...
Ingo Molnar
2015-09-18
1
-1
/
+1
|
\
|
*
perf tools: Bool functions shouldn't return -1
Peter Senna Tschudin
2015-09-17
1
-1
/
+1
*
|
tools lib api fs: Move tracing_path interface into api/fs/tracing_path.c
Jiri Olsa
2015-09-04
1
-70
/
+0
*
|
perf tools: Move tracing_path stuff under same namespace
Jiri Olsa
2015-09-02
1
-10
/
+10
*
|
perf tools: Remove mountpoint arg from perf_debugfs_mount
Jiri Olsa
2015-09-02
1
-7
/
+7
|
/
*
perf tools: Do not change lib/api/fs/debugfs directly
Jiri Olsa
2015-08-28
1
-1
/
+0
*
perf tools: Add tracing_path and remove unneeded functions
Jiri Olsa
2015-08-28
1
-52
/
+4
*
perf callchain: Move option parsing code to util.c
Kan Liang
2015-08-08
1
-0
/
+90
*
perf tools: Avoid possible race condition in copyfile()
Milos Vyletel
2015-06-10
1
-15
/
+31
*
perf tools: Introduce copyfile_offset() function
Namhyung Kim
2015-05-18
1
-9
/
+29
*
perf tools: Add rm_rf() utility function
Namhyung Kim
2015-05-18
1
-0
/
+43
*
perf tools: Introduce dump_stack signal helper
Arnaldo Carvalho de Melo
2015-02-24
1
-0
/
+7
*
perf tools: Make perf aware of tracefs
Steven Rostedt (Red Hat)
2015-02-11
1
-11
/
+49
*
perf tools: Use sysctl__read_int instead of ad-hoc copies
Arnaldo Carvalho de Melo
2014-12-11
1
-8
/
+1
*
tools lib fs: Adopt filename__read_int from tools/perf/
Arnaldo Carvalho de Melo
2014-12-11
1
-17
/
+0
*
perf callchain: Move callchain_param to util object in to fix python test
Jiri Olsa
2014-10-03
1
-0
/
+8
*
perf util: Replace strerror with strerror_r for thread-safety
Masami Hiramatsu
2014-08-15
1
-2
/
+3
*
perf tools: Introduce set_term_quiet_input helper function
Jiri Olsa
2014-08-13
1
-0
/
+13
*
perf tools: Show better error message in case we fail to open counters due to...
Jiri Olsa
2014-08-12
1
-0
/
+36
*
perf tools: Move pr_* debug macros into debug object
Jiri Olsa
2014-07-17
1
-0
/
+1
*
perf tools: Convert open coded equivalents to asprintf()
Andy Shevchenko
2014-07-07
1
-7
/
+2
*
perf tools: Add support to dynamically get cacheline size
Don Zickus
2014-06-09
1
-0
/
+1
*
perf tools: Handle EINTR error for readn/writen
Namhyung Kim
2014-04-29
1
-0
/
+2
*
perf tools: Move fs.* to lib/api/fs/
Borislav Petkov
2014-02-18
1
-1
/
+1
[next]