index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
arch
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
perf tools: Remove perf.h from source files not needing it
Arnaldo Carvalho de Melo
2019-08-29
4
-4
/
+0
*
perf tools: Move everything related to sys_perf_event_open() to perf-sys.h
Arnaldo Carvalho de Melo
2019-08-29
4
-2
/
+4
*
libperf: Rename the PERF_RECORD_ structs to have a "perf" prefix
Jiri Olsa
2019-08-29
6
-7
/
+7
*
libperf: Add PERF_RECORD_AUXTRACE_INFO 'struct auxtrace_info_event' to perf/e...
Jiri Olsa
2019-08-29
1
-1
/
+1
*
perf evlist: Remove needless util.h from evlist.h
Arnaldo Carvalho de Melo
2019-08-28
2
-0
/
+2
*
perf tools: Use CAP_SYS_ADMIN with perf_event_paranoid checks
Igor Lubashev
2019-08-28
4
-4
/
+7
*
perf arch powerpc: Sync powerpc syscall.tbl
Naveen N. Rao
2019-08-28
1
-27
/
+119
*
perf record: Move record_opts and other record decls out of perf.h
Arnaldo Carvalho de Melo
2019-08-26
6
-2
/
+8
*
perf cpumap: Remove needless includes from cpumap.h
Arnaldo Carvalho de Melo
2019-08-22
1
-0
/
+1
*
perf x86 kvm-stat: Add missing string.h header
Arnaldo Carvalho de Melo
2019-08-22
1
-0
/
+1
*
perf kvm s390: Add missing string.h header
Arnaldo Carvalho de Melo
2019-08-22
1
-0
/
+1
*
perf arm64: Add missing debug.h header
Arnaldo Carvalho de Melo
2019-08-22
1
-0
/
+1
*
libperf: Move perf's cpu_map__empty() to perf_cpu_map__empty()
Jiri Olsa
2019-08-22
3
-11
/
+11
*
perf tools: Use perf_cpu_map__nr instead of cpu_map__nr
Jiri Olsa
2019-08-22
1
-2
/
+2
*
perf intel-pt: Process options for PEBS event synthesis
Adrian Hunter
2019-08-14
1
-0
/
+23
*
perf tools: Fix paths in include statements
Luke Mujica
2019-08-12
2
-5
/
+5
*
Merge remote-tracking branch 'torvalds/master' into perf/core
Arnaldo Carvalho de Melo
2019-08-12
1
-1
/
+30
|
\
|
*
perf annotate: Fix s390 gap between kernel end and module start
Thomas Richter
2019-08-08
1
-0
/
+17
|
*
perf record: Fix module size on s390
Thomas Richter
2019-08-08
1
-1
/
+13
*
|
libperf: Add perf_evlist__set_maps() function
Jiri Olsa
2019-07-29
1
-1
/
+2
*
|
libperf: Add cpus to struct perf_evlist
Jiri Olsa
2019-07-29
3
-7
/
+7
*
|
libperf: Add perf_cpu_map__new()/perf_cpu_map__read() functions
Jiri Olsa
2019-07-29
2
-4
/
+5
*
|
libperf: Move perf_event_attr field from perf's evsel to libperf's perf_evsel
Jiri Olsa
2019-07-29
8
-56
/
+56
*
|
libperf: Add nr_entries to struct perf_evlist
Jiri Olsa
2019-07-29
1
-1
/
+1
*
|
libperf: Add perf_cpu_map__get()/perf_cpu_map__put()
Jiri Olsa
2019-07-29
2
-5
/
+5
*
|
perf evlist: Rename perf_evlist__disable() to evlist__disable()
Jiri Olsa
2019-07-29
1
-1
/
+1
*
|
perf evlist: Rename perf_evlist__enable() to evlist__enable()
Jiri Olsa
2019-07-29
1
-1
/
+1
*
|
perf evlist: Rename perf_evlist__open() to evlist__open()
Jiri Olsa
2019-07-29
1
-1
/
+1
*
|
perf evsel: Rename perf_evsel__disable() to evsel__disable()
Jiri Olsa
2019-07-29
3
-3
/
+3
*
|
perf evsel: Rename perf_evsel__enable() to evsel__enable()
Jiri Olsa
2019-07-29
3
-3
/
+3
*
|
perf evlist: Rename perf_evlist__delete() to evlist__delete()
Jiri Olsa
2019-07-29
2
-2
/
+2
*
|
perf evlist: Rename perf_evlist__new() to evlist__new()
Jiri Olsa
2019-07-29
3
-3
/
+3
*
|
perf evlist: Rename struct perf_evlist to struct evlist
Jiri Olsa
2019-07-29
10
-28
/
+28
*
|
perf evsel: Rename struct perf_evsel to struct evsel
Jiri Olsa
2019-07-29
12
-46
/
+46
*
|
perf tools: Rename struct thread_map to struct perf_thread_map
Jiri Olsa
2019-07-29
1
-1
/
+1
*
|
perf cpu_map: Rename struct cpu_map to struct perf_cpu_map
Jiri Olsa
2019-07-29
5
-12
/
+12
|
/
*
tools include UAPI: Sync x86's syscalls_64.tbl and generic unistd.h to pick u...
Arnaldo Carvalho de Melo
2019-07-26
1
-0
/
+2
*
tools lib: Adopt zalloc()/zfree() from tools/perf
Arnaldo Carvalho de Melo
2019-07-09
12
-7
/
+12
*
perf tools: Add missing headers, mostly stdlib.h
Arnaldo Carvalho de Melo
2019-07-09
3
-0
/
+4
*
Merge tag 'v5.2' into perf/core, to pick up fixes
Ingo Molnar
2019-07-08
2
-3
/
+2
|
\
|
*
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2019-06-29
2
-3
/
+2
|
|
\
|
|
*
perf/x86/regs: Use PERF_REG_EXTENDED_MASK
Kan Liang
2019-06-24
2
-3
/
+2
*
|
|
perf annotate: Add csky support
Mao Han
2019-07-02
1
-0
/
+48
*
|
|
perf tools: Use linux/ctype.h in more places
Arnaldo Carvalho de Melo
2019-06-26
1
-1
/
+1
*
|
|
tools perf: Move from sane_ctype.h obtained from git to the Linux's original
Arnaldo Carvalho de Melo
2019-06-26
1
-1
/
+1
*
|
|
perf tools: Add missing util.h to pick up 'page_size' variable
Arnaldo Carvalho de Melo
2019-06-25
3
-0
/
+3
*
|
|
tools x86 machine: Add missing util.h to pick up 'page_size'
Arnaldo Carvalho de Melo
2019-06-25
1
-0
/
+1
*
|
|
Merge tag 'v5.2-rc6' into perf/core, to refresh branch
Ingo Molnar
2019-06-24
4
-14
/
+4
|
\
|
|
|
*
|
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
2019-06-19
4
-14
/
+4
|
|
/
*
|
perf intel-pt: Add Intel PT packet decoder test
Adrian Hunter
2019-06-17
4
-1
/
+310
[next]