index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
arch
/
x86
Commit message (
Expand
)
Author
Age
Files
Lines
*
perf annotate: Fix arch specific ->init() failure errors
Arnaldo Carvalho de Melo
2019-09-30
1
-2
/
+4
*
perf tools: Propagate get_cpuid() error
Arnaldo Carvalho de Melo
2019-09-30
1
-1
/
+2
*
perf unwind: Fix libunwind build failure on i386 systems
Arnaldo Carvalho de Melo
2019-09-26
1
-1
/
+1
*
libperf: Move 'page_size' global variable to libperf
Jiri Olsa
2019-09-25
5
-4
/
+5
*
libperf: Add perf_evlist__first()/last() functions
Jiri Olsa
2019-09-25
4
-7
/
+7
*
libperf: Move 'nr_mmaps' from 'struct evlist' to 'struct perf_evlist'
Jiri Olsa
2019-09-25
3
-3
/
+3
*
libperf: Move 'system_wide' from 'struct evsel' to 'struct perf_evsel'
Jiri Olsa
2019-09-25
1
-2
/
+2
*
libperf: Add perf_mmap struct
Jiri Olsa
2019-09-25
3
-3
/
+3
*
perf evlist: Adopt backwards ring buffer state enum
Arnaldo Carvalho de Melo
2019-09-25
3
-0
/
+3
*
perf tools: Rename perf_evlist__mmap() to evlist__mmap()
Jiri Olsa
2019-09-25
1
-1
/
+1
*
perf tools: Rename 'struct perf_mmap' to 'struct mmap'
Jiri Olsa
2019-09-25
1
-1
/
+1
*
perf tools: Move event synthesizing routines to separate header
Arnaldo Carvalho de Melo
2019-09-20
4
-0
/
+6
*
perf env: Remove needless cpumap.h header
Arnaldo Carvalho de Melo
2019-09-20
1
-1
/
+0
*
perf tools: Remove util.h from where it is not needed
Arnaldo Carvalho de Melo
2019-09-20
5
-5
/
+4
*
perf intel-pt: Use shared x86 insn decoder
Josh Poimboeuf
2019-08-31
2
-2
/
+2
*
perf auxtrace: Uninline functions that touch perf_session
Arnaldo Carvalho de Melo
2019-08-31
1
-0
/
+1
*
perf event: Remove needless include directives from event.h
Arnaldo Carvalho de Melo
2019-08-31
1
-0
/
+1
*
perf debug: Remove needless include directives from debug.h
Arnaldo Carvalho de Melo
2019-08-31
4
-0
/
+5
*
perf tools: Remove debug.h from header files not needing it
Arnaldo Carvalho de Melo
2019-08-29
1
-0
/
+1
*
perf tools: Remove perf.h from source files not needing it
Arnaldo Carvalho de Melo
2019-08-29
3
-3
/
+0
*
perf tools: Move everything related to sys_perf_event_open() to perf-sys.h
Arnaldo Carvalho de Melo
2019-08-29
3
-2
/
+3
*
libperf: Rename the PERF_RECORD_ structs to have a "perf" prefix
Jiri Olsa
2019-08-29
3
-3
/
+3
*
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
2
-2
/
+3
*
perf record: Move record_opts and other record decls out of perf.h
Arnaldo Carvalho de Melo
2019-08-26
3
-1
/
+5
*
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
*
libperf: Move perf's cpu_map__empty() to perf_cpu_map__empty()
Jiri Olsa
2019-08-22
2
-7
/
+7
*
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
*
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
2
-3
/
+3
*
libperf: Add perf_cpu_map__new()/perf_cpu_map__read() functions
Jiri Olsa
2019-07-29
1
-1
/
+2
*
libperf: Move perf_event_attr field from perf's evsel to libperf's perf_evsel
Jiri Olsa
2019-07-29
4
-33
/
+33
*
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
2
-2
/
+2
*
perf evsel: Rename perf_evsel__enable() to evsel__enable()
Jiri Olsa
2019-07-29
2
-2
/
+2
*
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
2
-2
/
+2
*
perf evlist: Rename struct perf_evlist to struct evlist
Jiri Olsa
2019-07-29
5
-14
/
+14
*
perf evsel: Rename struct perf_evsel to struct evsel
Jiri Olsa
2019-07-29
6
-24
/
+24
*
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
3
-3
/
+3
*
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
4
-4
/
+4
*
Merge tag 'v5.2' into perf/core, to pick up fixes
Ingo Molnar
2019-07-08
2
-3
/
+2
|
\
|
*
perf/x86/regs: Use PERF_REG_EXTENDED_MASK
Kan Liang
2019-06-24
2
-3
/
+2
[next]