index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
/
util.c
Age
Commit message (
Expand
)
Author
2017-07-18
perf util: Add const modifier to buf in "writen" function
David Carrillo-Cisneros
2017-07-18
perf buildid-cache: Support binary objects from other namespaces
Krister Johansen
2017-06-20
perf tools: Do parameter validation earlier on fetch_kernel_version()
Arnaldo Carvalho de Melo
2017-06-20
perf evsel: Adopt find_process()
Arnaldo Carvalho de Melo
2017-04-26
perf units: Move parse_tag_value() to units.[ch]
Arnaldo Carvalho de Melo
2017-04-25
perf memswap: Split the byteswap memory range wrappers from util.[ch]
Arnaldo Carvalho de Melo
2017-04-24
perf tools: Remove string.h, unistd.h and sys/stat.h from util.h
Arnaldo Carvalho de Melo
2017-04-24
perf callchain: Move callchain specific routines from util.[ch]
Arnaldo Carvalho de Melo
2017-04-24
perf debug: Move dump_stack() and sighandler_dump_stack() to debug.h
Arnaldo Carvalho de Melo
2017-04-24
perf kvm: Make function only used by 'perf kvm' static
Arnaldo Carvalho de Melo
2017-04-20
perf tools: Move timestamp routines from util.h to time-utils.h
Arnaldo Carvalho de Melo
2017-04-20
perf tools: Move units conversion/formatting routines to separate object
Arnaldo Carvalho de Melo
2017-04-20
perf tools: Add signal.h to places using its definitions
Arnaldo Carvalho de Melo
2017-04-19
perf tools: Remove include dirent.h from 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: 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: Including missing inttypes.h header
Arnaldo Carvalho de Melo
2017-04-13
perf util: Hint missing file when tool tips fail to load
David Carrillo-Cisneros
2017-01-31
tools perf util: Make rm_rf(path) argument const
Joe Stringer
2017-01-11
perf tools: Add unit_number__scnprintf function
Jiri Olsa
2016-12-01
perf tools: Move parse_nsec_time to time-utils.c
David Ahern
2016-11-25
perf tools: Fix kernel version error in ubuntu
Wang Nan
2016-10-28
perf tools: Introduce timestamp__scnprintf_usec()
Namhyung Kim
2016-08-23
tools: Introduce tools/include/linux/time64.h for *SEC_PER_*SEC macros
Arnaldo Carvalho de Melo
2016-07-18
perf tools: Make is_printable_array global
Jiri Olsa
2016-07-04
perf tests: Fix hist accumulation test
Jiri Olsa
2016-06-14
perf tools: Fix rm_rf() to handle non-regular files correctly
Masami Hiramatsu
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
[next]