index
:
linux.git
cached
cdir_v2
cfid-fixes
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
/
arch
/
x86
/
util
Age
Commit message (
Expand
)
Author
Files
Lines
2020-09-22
perf tsc: Move out common functions from x86
Leo Yan
1
-72
/
+1
2020-09-17
perf record: Support sample-read topdown metric group
Kan Liang
1
-0
/
+35
2020-09-17
perf tools: Rename group to topdown
Kan Liang
2
-2
/
+2
2020-07-10
perf intel-pt: Add support for text poke events
Adrian Hunter
1
-0
/
+4
2020-07-06
perf intel-pt: Fix recording PEBS-via-PT with registers
Adrian Hunter
1
-0
/
+1
2020-06-01
perf libdw: Fix off-by 1 relative directory includes
Ian Rogers
1
-3
/
+3
2020-05-28
perf intel-pt: Refine kernel decoding only warning message
Adrian Hunter
1
-1
/
+2
2020-05-28
perf record: Respect --no-switch-events
Adrian Hunter
1
-1
/
+2
2020-05-28
perf parse-events: Make add PMU verbose output clearer
Ian Rogers
1
-12
/
+20
2020-05-28
perf evsel: Rename *perf_evsel__get_config_term() & friends to evsel__env()
Arnaldo Carvalho de Melo
1
-2
/
+1
2020-05-05
perf evsel: Rename perf_evsel__{str,int}val() and other tracepoint field mete...
Arnaldo Carvalho de Melo
1
-6
/
+6
2020-05-05
perf evsel: Rename *perf_evsel__*set_sample_*() to *evsel__*set_sample_*()
Arnaldo Carvalho de Melo
2
-11
/
+11
2020-05-05
perf tools: Move routines that probe for perf API features to separate file
Arnaldo Carvalho de Melo
1
-0
/
+1
2020-03-06
tools: Fix off-by 1 relative directory includes
Ian Rogers
8
-52
/
+52
2020-02-18
perf auxtrace: Add auxtrace_record__read_finish()
Adrian Hunter
2
-36
/
+4
2020-02-18
perf intel-bts: Fix endless record after being terminated
Wei Li
1
-1
/
+4
2020-02-18
perf intel-pt: Fix endless record after being terminated
Wei Li
1
-1
/
+4
2019-11-26
perf maps: Merge 'struct maps' with 'struct map_groups'
Arnaldo Carvalho de Melo
1
-3
/
+2
2019-11-22
perf intel-bts: Does not support AUX area sampling
Adrian Hunter
2
-0
/
+7
2019-11-22
perf intel-pt: Add support for recording AUX area samples
Adrian Hunter
2
-1
/
+82
2019-11-06
perf maps: Add for_each_entry()/_safe() iterators
Arnaldo Carvalho de Melo
1
-1
/
+1
2019-09-30
perf tools: Propagate get_cpuid() error
Arnaldo Carvalho de Melo
1
-1
/
+2
2019-09-26
perf unwind: Fix libunwind build failure on i386 systems
Arnaldo Carvalho de Melo
1
-1
/
+1
2019-09-25
libperf: Move 'page_size' global variable to libperf
Jiri Olsa
3
-3
/
+3
2019-09-25
libperf: Add perf_evlist__first()/last() functions
Jiri Olsa
2
-4
/
+4
2019-09-25
libperf: Move 'nr_mmaps' from 'struct evlist' to 'struct perf_evlist'
Jiri Olsa
2
-2
/
+2
2019-09-25
libperf: Move 'system_wide' from 'struct evsel' to 'struct perf_evsel'
Jiri Olsa
1
-2
/
+2
2019-09-25
libperf: Add perf_mmap struct
Jiri Olsa
2
-2
/
+2
2019-09-25
perf evlist: Adopt backwards ring buffer state enum
Arnaldo Carvalho de Melo
2
-0
/
+2
2019-09-20
perf tools: Move event synthesizing routines to separate header
Arnaldo Carvalho de Melo
4
-0
/
+6
2019-09-20
perf tools: Remove util.h from where it is not needed
Arnaldo Carvalho de Melo
3
-3
/
+3
2019-08-31
perf intel-pt: Use shared x86 insn decoder
Josh Poimboeuf
1
-1
/
+1
2019-08-31
perf event: Remove needless include directives from event.h
Arnaldo Carvalho de Melo
1
-0
/
+1
2019-08-31
perf debug: Remove needless include directives from debug.h
Arnaldo Carvalho de Melo
1
-0
/
+1
2019-08-29
perf tools: Remove perf.h from source files not needing it
Arnaldo Carvalho de Melo
2
-2
/
+0
2019-08-29
perf tools: Move everything related to sys_perf_event_open() to perf-sys.h
Arnaldo Carvalho de Melo
2
-1
/
+2
2019-08-29
libperf: Rename the PERF_RECORD_ structs to have a "perf" prefix
Jiri Olsa
3
-3
/
+3
2019-08-29
libperf: Add PERF_RECORD_AUXTRACE_INFO 'struct auxtrace_info_event' to perf/e...
Jiri Olsa
1
-1
/
+1
2019-08-28
perf evlist: Remove needless util.h from evlist.h
Arnaldo Carvalho de Melo
2
-0
/
+2
2019-08-28
perf tools: Use CAP_SYS_ADMIN with perf_event_paranoid checks
Igor Lubashev
2
-2
/
+3
2019-08-26
perf record: Move record_opts and other record decls out of perf.h
Arnaldo Carvalho de Melo
2
-1
/
+3
2019-08-22
perf cpumap: Remove needless includes from cpumap.h
Arnaldo Carvalho de Melo
1
-0
/
+1
2019-08-22
perf x86 kvm-stat: Add missing string.h header
Arnaldo Carvalho de Melo
1
-0
/
+1
2019-08-22
libperf: Move perf's cpu_map__empty() to perf_cpu_map__empty()
Jiri Olsa
2
-7
/
+7
2019-08-14
perf intel-pt: Process options for PEBS event synthesis
Adrian Hunter
1
-0
/
+23
2019-08-12
perf tools: Fix paths in include statements
Luke Mujica
2
-5
/
+5
2019-07-29
libperf: Add cpus to struct perf_evlist
Jiri Olsa
2
-3
/
+3
2019-07-29
libperf: Move perf_event_attr field from perf's evsel to libperf's perf_evsel
Jiri Olsa
3
-30
/
+30
2019-07-29
perf evsel: Rename perf_evsel__disable() to evsel__disable()
Jiri Olsa
2
-2
/
+2
2019-07-29
perf evsel: Rename perf_evsel__enable() to evsel__enable()
Jiri Olsa
2
-2
/
+2
[next]