index
:
sinitax/cachepc-linux
master
Fork of AMDESE/linux with modifications for CachePC side-channel attack
Louis Burda
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
perf stat: Replace MAX_NR_CPUS with cpu__max_cpu()
Kyle Meyer
2019-08-29
1
-2
/
+2
*
perf svghelper: Replace MAX_NR_CPUS with perf_env::nr_cpus_online
Kyle Meyer
2019-08-29
1
-17
/
+16
*
perf timechart: Refactor svg_build_topology_map()
Kyle Meyer
2019-08-29
2
-9
/
+15
*
perf evlist: Use unshare(CLONE_FS) in sb threads to let setns(CLONE_NEWNS) work
Arnaldo Carvalho de Melo
2019-08-29
1
-0
/
+9
*
libperf: Move 'enum perf_user_event_type' to perf/event.h
Jiri Olsa
2019-08-29
1
-23
/
+0
*
libperf: Rename the PERF_RECORD_ structs to have a "perf" prefix
Jiri Olsa
2019-08-29
19
-95
/
+95
*
libperf: Add 'union perf_event' to perf/event.h
Jiri Olsa
2019-08-29
1
-36
/
+0
*
libperf: Add PERF_RECORD_COMPRESSED 'struct compressed_event' to perf/event.h
Jiri Olsa
2019-08-29
1
-5
/
+0
*
libperf: Add PERF_RECORD_HEADER_FEATURE 'struct feature_event' to perf/event.h
Jiri Olsa
2019-08-29
1
-6
/
+0
*
libperf: Add PERF_RECORD_TIME_CONV 'struct time_conv_event' to perf/event.h
Jiri Olsa
2019-08-29
1
-7
/
+0
*
libperf: Add PERF_RECORD_STAT_ROUND 'struct stat_round_event' to perf/event.h
Jiri Olsa
2019-08-29
2
-7
/
+1
*
libperf: Add PERF_RECORD_STAT 'struct stat_event' to perf/event.h
Jiri Olsa
2019-08-29
2
-19
/
+2
*
libperf: Add PERF_RECORD_STAT_CONFIG 'struct stat_config_event' to perf/event.h
Jiri Olsa
2019-08-29
2
-19
/
+1
*
libperf: Add PERF_RECORD_THREAD_MAP 'struct thread_map_event' to perf/event.h
Jiri Olsa
2019-08-29
1
-11
/
+0
*
libperf: Add PERF_RECORD_SWITCH 'struct context_switch_event' to perf/event.h
Jiri Olsa
2019-08-29
1
-6
/
+0
*
libperf: Add PERF_RECORD_ITRACE_START 'struct itrace_start_event' to perf/eve...
Jiri Olsa
2019-08-29
1
-5
/
+0
*
libperf: Add PERF_RECORD_AUX 'struct aux_event' to perf/event.h
Jiri Olsa
2019-08-29
2
-8
/
+1
*
libperf: Add PERF_RECORD_AUXTRACE_ERROR 'struct auxtrace_error_event' to perf...
Jiri Olsa
2019-08-29
2
-16
/
+1
*
libperf: Add PERF_RECORD_AUXTRACE 'struct auxtrace_event' to perf/event.h
Jiri Olsa
2019-08-29
2
-12
/
+1
*
libperf: Add PERF_RECORD_AUXTRACE_INFO 'struct auxtrace_info_event' to perf/e...
Jiri Olsa
2019-08-29
5
-12
/
+5
*
libperf: Add PERF_RECORD_ID_INDEX 'struct id_index_event' to perf/event.h
Jiri Olsa
2019-08-28
2
-17
/
+6
*
libperf: Add PERF_RECORD_HEADER_BUILD_ID 'struct build_id_event' to perf/event.h
Jiri Olsa
2019-08-28
1
-7
/
+0
*
libperf: Add PERF_RECORD_HEADER_TRACING_DATA 'struct tracing_data_event' to p...
Jiri Olsa
2019-08-28
1
-5
/
+0
*
libperf: Add PERF_RECORD_HEADER_EVENT_TYPE 'struct event_type_event' to perf/...
Jiri Olsa
2019-08-28
1
-12
/
+0
*
libperf: Add PERF_RECORD_EVENT_UPDATE 'struct event_update_event' to perf/eve...
Jiri Olsa
2019-08-28
2
-24
/
+1
*
libperf: Add PERF_RECORD_CPU_MAP 'struct cpu_map_event' to perf/event.h
Jiri Olsa
2019-08-28
1
-26
/
+0
*
libperf: Add PERF_RECORD_HEADER_ATTR 'struct attr_event' to perf/event.h
Jiri Olsa
2019-08-28
1
-6
/
+0
*
perf top: Fix event group with more than two events
Namhyung Kim
2019-08-28
2
-18
/
+22
*
perf clang: Delete needless util-cxx.h header
Arnaldo Carvalho de Melo
2019-08-28
4
-29
/
+5
*
perf evlist: Remove needless util.h from evlist.h
Arnaldo Carvalho de Melo
2019-08-28
6
-1
/
+5
*
perf symbols: Use CAP_SYSLOG with kptr_restrict checks
Igor Lubashev
2019-08-28
1
-3
/
+12
*
perf evsel: Kernel profiling is disallowed only when perf_event_paranoid > 1
Igor Lubashev
2019-08-28
1
-1
/
+1
*
perf tools: Use CAP_SYS_ADMIN with perf_event_paranoid checks
Igor Lubashev
2019-08-28
1
-1
/
+1
*
perf event: Check ref_reloc_sym before using it
Igor Lubashev
2019-08-28
1
-3
/
+4
*
perf evsel: Rename perf_missing_features::bpf_event to ::bpf
Arnaldo Carvalho de Melo
2019-08-26
2
-6
/
+5
*
perf tool: Rename perf_tool::bpf_event to bpf
Arnaldo Carvalho de Melo
2019-08-26
7
-28
/
+27
*
perf tools: Rename perf_event::bpf_event to perf_event::bpf
Arnaldo Carvalho de Melo
2019-08-26
3
-13
/
+10
*
perf tools: Rename perf_event::ksymbol_event to perf_event::ksymbol
Arnaldo Carvalho de Melo
2019-08-26
4
-13
/
+13
*
libperf: Rename the PERF_RECORD_ structs to have a "perf" suffix
Arnaldo Carvalho de Melo
2019-08-26
11
-55
/
+55
*
libperf: Add PERF_RECORD_SAMPLE 'struct sample_event' to perf/event.h
Jiri Olsa
2019-08-26
3
-10
/
+5
*
libperf: Add PERF_RECORD_BPF_EVENT 'struct bpf_event' to perf/event.h
Jiri Olsa
2019-08-26
1
-10
/
+0
*
libperf: Add PERF_RECORD_KSYMBOL 'struct ksymbol_event' to perf/event.h
Jiri Olsa
2019-08-26
2
-14
/
+1
*
libperf: Add PERF_RECORD_THROTTLE 'struct throttle_event' to perf/event.h
Jiri Olsa
2019-08-26
2
-9
/
+2
*
libperf: Add PERF_RECORD_READ 'struct read_event' to perf/event.h
Jiri Olsa
2019-08-26
2
-16
/
+4
*
libperf: Add PERF_RECORD_LOST_SAMPLES 'struct lost_samples_event' to perf/eve...
Jiri Olsa
2019-08-26
2
-6
/
+1
*
libperf: Add PERF_RECORD_LOST 'struct lost_event' to perf/event.h
Jiri Olsa
2019-08-26
4
-10
/
+4
*
libperf: Add PERF_RECORD_FORK 'struct fork_event' to perf/event.h
Jiri Olsa
2019-08-26
2
-8
/
+1
*
libperf: Add PERF_RECORD_NAMESPACES 'struct namespaces_event' to perf/event.h
Jiri Olsa
2019-08-26
1
-7
/
+0
*
libperf: Add PERF_RECORD_COMM 'struct comm_event' to perf/event.h
Jiri Olsa
2019-08-26
1
-6
/
+0
*
libperf: Add PERF_RECORD_MMAP2 'struct mmap2_event' to perf/event.h
Jiri Olsa
2019-08-26
2
-18
/
+3
[prev]
[next]