index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
rdma
/
ib_umem_odp.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-08-20
perf evsel: Add comment for 'idx' member in 'struct perf_sample_id
Adrian Hunter
1
-0
/
+7
2019-08-20
tools arch x86: Sync asm/cpufeatures.h with the with the kernel
Arnaldo Carvalho de Melo
1
-0
/
+3
2019-08-20
tools headers: Synchronize linux/bits.h with the kernel sources
Arnaldo Carvalho de Melo
1
-7
/
+10
2019-08-20
tools headers: Grab copy of linux/const.h, needed by linux/bits.h
Arnaldo Carvalho de Melo
3
-0
/
+42
2019-08-20
perf tools: tools/include should come before tools/uapi/include
Arnaldo Carvalho de Melo
1
-1
/
+1
2019-08-20
tools headers: Add limits.h to access __WORDSIZE
Arnaldo Carvalho de Melo
1
-0
/
+1
2019-08-16
perf unwind: Remove unnecessary test
John Keeping
1
-6
/
+0
2019-08-16
perf unwind: Fix libunwind when tid != pid
John Keeping
7
-47
/
+48
2019-08-16
perf map: Use zalloc for map_groups
John Keeping
1
-1
/
+1
2019-08-16
perf report: Add --switch-on/--switch-off events
Arnaldo Carvalho de Melo
2
-0
/
+27
2019-08-15
perf top: Add --switch-on/--switch-off events
Arnaldo Carvalho de Melo
3
-1
/
+49
2019-08-15
perf trace: Add --switch-on/--switch-off events
Arnaldo Carvalho de Melo
2
-0
/
+19
2019-08-15
perf evswitch: Add hint when not finding specified on/off events
Arnaldo Carvalho de Melo
1
-1
/
+3
2019-08-15
perf evswitch: Move enoent error message printing to separate function
Arnaldo Carvalho de Melo
1
-2
/
+7
2019-08-15
perf evswitch: Introduce init() method to set the on/off evsels from the comm...
Arnaldo Carvalho de Melo
3
-18
/
+30
2019-08-15
perf evswitch: Introduce OPTS_EVSWITCH() for cmd line processing
Arnaldo Carvalho de Melo
2
-6
/
+9
2019-08-15
perf evswitch: Add the names of on/off events
Arnaldo Carvalho de Melo
2
-10
/
+9
2019-08-15
perf evswitch: Move switch logic to use in other tools
Arnaldo Carvalho de Melo
4
-21
/
+36
2019-08-15
perf evswitch: Move struct to a separate header to use in other tools
Arnaldo Carvalho de Melo
2
-7
/
+17
2019-08-15
perf script: Allow specifying event to switch off processing of other events
Arnaldo Carvalho de Melo
2
-4
/
+32
2019-08-15
perf script: Allow showing the --switch-on event
Arnaldo Carvalho de Melo
2
-0
/
+9
2019-08-15
perf script: Allow specifying event to switch on processing of other events
Arnaldo Carvalho de Melo
2
-0
/
+29
2019-08-15
perf vendor events intel: Add Tremontx event file v1.02
Haiyan Song
10
-0
/
+902
2019-08-14
perf ui: No need to set ui_browser to 1 twice
Arnaldo Carvalho de Melo
1
-1
/
+1
2019-08-14
perf record: Support aarch64 random socket_id assignment
Tan Xiaojun
1
-1
/
+3
2019-08-14
perf.data documentation: Clarify HEADER_SAMPLE_TOPOLOGY format
Vince Weaver
1
-10
/
+15
2019-08-14
tools: Keep list of tools in alphabetical order
Andy Shevchenko
1
-2
/
+2
2019-08-14
perf evsel: Provide meaningful warning when trying to use 'aux_output' on old...
Arnaldo Carvalho de Melo
2
-2
/
+10
2019-08-14
perf intel-pt: Add brief documentation for PEBS via Intel PT
Adrian Hunter
1
-0
/
+15
2019-08-14
perf tools: Add aux-output config term
Adrian Hunter
6
-0
/
+17
2019-08-14
perf intel-pt: Process options for PEBS event synthesis
Adrian Hunter
2
-0
/
+41
2019-08-14
perf tools: Add itrace option 'o' to synthesize aux-output events
Adrian Hunter
3
-0
/
+9
2019-08-14
perf tools: Add aux_output attribute flag
Adrian Hunter
2
-1
/
+3
2019-08-14
perf record: Add an option to take an AUX snapshot on exit
Alexander Shishkin
5
-10
/
+53
2019-08-14
perf ftrace: Improve error message about capability to use ftrace
Arnaldo Carvalho de Melo
1
-1
/
+7
2019-08-14
perf ftrace: Use CAP_SYS_ADMIN instead of euid==0
Igor Lubashev
1
-1
/
+3
2019-08-14
perf tools: Add CAP_SYSLOG define for older systems
Arnaldo Carvalho de Melo
1
-0
/
+5
2019-08-14
perf tools: Add NO_LIBCAP=1 to the minimal build test
Arnaldo Carvalho de Melo
1
-0
/
+1
2019-08-14
perf tools: Add helpers to use capabilities if present
Igor Lubashev
7
-0
/
+71
2019-08-12
tools build: Add capability-related feature detection
Igor Lubashev
5
-0
/
+39
2019-08-12
perf top: Collapse and resort all evsels in a group
Arnaldo Carvalho de Melo
1
-4
/
+26
2019-08-12
perf hist: Remove dummy entries when finding real ones.
Arnaldo Carvalho de Melo
1
-2
/
+18
2019-08-12
perf trace: Fix segmentation fault when access syscall info on arm64
Leo Yan
1
-1
/
+1
2019-08-12
perf hists: Do not link a pair if already linked
Arnaldo Carvalho de Melo
1
-1
/
+1
2019-08-12
perf top: Set display thread COMM to help with debugging
Arnaldo Carvalho de Melo
1
-0
/
+4
2019-08-12
perf vendor events intel: Add Icelake V1.00 event file
Haiyan Song
8
-0
/
+2739
2019-08-12
perf tools: Fix paths in include statements
Luke Mujica
4
-8
/
+8
2019-08-12
perf test vfs_getname: Disable ~/.perfconfig to get default output
Arnaldo Carvalho de Melo
1
-0
/
+4
2019-08-12
perf config: Document the PERF_CONFIG environment variable
Arnaldo Carvalho de Melo
1
-0
/
+4
2019-08-12
perf config: Honour $PERF_CONFIG env var to specify alternate .perfconfig
Arnaldo Carvalho de Melo
1
-0
/
+3
[next]