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
/
perf.c
Age
Commit message (
Expand
)
Author
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-09-12
perf tools: Support running perf binaries with a dash in their name
Milian Wolff
2017-07-20
tools include: Adopt strstarts() from the kernel
Arnaldo Carvalho de Melo
2017-04-25
perf tools: Move event prototypes from util.h to event.h
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 tools: Remove stale prototypes from builtin.h
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: Include errno.h where needed
Arnaldo Carvalho de Melo
2017-04-19
perf tools: Ditch unused PATH_SEP, STRIP_EXTENSION
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-04
perf tools: Remove die() call
Arnaldo Carvalho de Melo
2017-03-28
perf tools: Remove support for command aliases
Arnaldo Carvalho de Melo
2017-03-27
perf tools: Remove unused 'prefix' from builtin functions
Arnaldo Carvalho de Melo
2017-01-27
perf tools: Propagate perf_config() errors
Arnaldo Carvalho de Melo
2017-01-26
perf ftrace: Introduce new 'ftrace' tool
Namhyung Kim
2017-01-17
perf tools: Move two variables usied in libperf from perf.c
Soramichi AKIYAMA
2017-01-11
perf kallsyms: Introduce tool to look for extended symbol information on the ...
Arnaldo Carvalho de Melo
2016-10-19
perf c2c: Add c2c command
Jiri Olsa
2016-07-15
perf tools: Just pr_debug() about not being able to read cacheline_size
Arnaldo Carvalho de Melo
2016-07-12
perf tools: Fallback to reading sysfs to get cacheline size
Arnaldo Carvalho de Melo
2016-07-12
tools: Introduce str_error_r()
Arnaldo Carvalho de Melo
2016-06-23
perf config: Introduce new init() and exit()
Taeung Song
2016-06-23
perf config: Move config declarations from util/cache.h to util/config.h
Taeung Song
2016-06-21
perf tools: Remove --perf-dir and --work-dir
Arnaldo Carvalho de Melo
2016-05-16
perf tools: Separate accounting of contexts and real addresses in a stack trace
Arnaldo Carvalho de Melo
2016-05-10
perf tools: Make alias handler to check return value of strbuf
Masami Hiramatsu
2016-04-27
perf tools: Set the maximum allowed stack from /proc/sys/kernel/perf_event_ma...
Arnaldo Carvalho de Melo
2016-03-30
perf config: Remove duplicated set_buildid_dir calls
Taeung Song
2016-02-26
perf config: Bring perf_default_config to the very beginning at main()
Wang Nan
2016-02-25
perf tools: Use asprintf() for simple string formatting/allocation
Arnaldo Carvalho de Melo
2016-02-16
perf tools: Initialize libapi debug output
Jiri Olsa
2016-01-08
perf report: Show random usage tip on the help line
Namhyung Kim
2015-12-17
perf subcmd: Create subcmd library
Josh Poimboeuf
2015-12-16
perf tools: Remove 'perf' from subcmd function and variable names
Josh Poimboeuf
2015-12-16
perf tools: Provide subcmd configuration at runtime
Josh Poimboeuf
2015-12-09
perf tools: Save cmdline arguments earlier
Josh Poimboeuf
2015-11-23
perf tools: Add 'perf config' command
Taeung Song
2015-10-28
perf tools: Enable passing bpf object file to --event
Wang Nan
2015-10-05
perf tools: Handle -h and -v options
Jiri Olsa
2015-09-14
perf env: Introduce read_cpu_topology_map() method
Arnaldo Carvalho de Melo
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-02-27
perf tools: Fix the bash completion problem of 'perf --*'
Yunlong Song
2015-02-27
perf list: Avoid confusion of perf output and the next command prompt
Yunlong Song
2015-02-25
perf tools: Add new 'perf data' command
Jiri Olsa
2014-12-09
perf tools: Add --buildid-dir option to set cache directory
Jiri Olsa
2014-08-15
perf: Use strerror_r instead of strerror
Masami Hiramatsu
2014-07-28
perf tools: Fix perf usage string leftover
Jiri Olsa
[next]