index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
builtin-script.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-08-31
perf tools: Remove needless evlist.h include directives
Arnaldo Carvalho de Melo
1
-1
/
+1
2019-08-31
perf dsos: Move the dsos struct and its methods to separate source files
Arnaldo Carvalho de Melo
1
-0
/
+1
2019-08-29
perf tools: Remove needless perf.h include directive from headers
Arnaldo Carvalho de Melo
1
-0
/
+1
2019-08-29
libperf: Rename the PERF_RECORD_ structs to have a "perf" prefix
Jiri Olsa
1
-1
/
+1
2019-08-28
perf evlist: Remove needless util.h from evlist.h
Arnaldo Carvalho de Melo
1
-0
/
+1
2019-08-26
perf tool: Rename perf_tool::bpf_event to bpf
Arnaldo Carvalho de Melo
1
-2
/
+2
2019-08-26
perf srcline: Add missing srcline.h header to files needing its defs
Arnaldo Carvalho de Melo
1
-0
/
+1
2019-08-26
perf record: Move record_opts and other record decls out of perf.h
Arnaldo Carvalho de Melo
1
-1
/
+1
2019-08-22
libperf: Add perf_thread_map__nr/perf_thread_map__pid functions
Jiri Olsa
1
-2
/
+2
2019-08-22
perf script: Add missing counts.h
Arnaldo Carvalho de Melo
1
-0
/
+1
2019-08-15
perf evswitch: Introduce init() method to set the on/off evsels from the comm...
Arnaldo Carvalho de Melo
1
-18
/
+3
2019-08-15
perf evswitch: Introduce OPTS_EVSWITCH() for cmd line processing
Arnaldo Carvalho de Melo
1
-6
/
+1
2019-08-15
perf evswitch: Add the names of on/off events
Arnaldo Carvalho de Melo
1
-10
/
+8
2019-08-15
perf evswitch: Move switch logic to use in other tools
Arnaldo Carvalho de Melo
1
-21
/
+2
2019-08-15
perf evswitch: Move struct to a separate header to use in other tools
Arnaldo Carvalho de Melo
1
-7
/
+1
2019-08-15
perf script: Allow specifying event to switch off processing of other events
Arnaldo Carvalho de Melo
1
-3
/
+28
2019-08-15
perf script: Allow showing the --switch-on event
Arnaldo Carvalho de Melo
1
-0
/
+6
2019-08-15
perf script: Allow specifying event to switch on processing of other events
Arnaldo Carvalho de Melo
1
-0
/
+26
2019-07-29
libperf: Move nr_members from perf's evsel to libperf's perf_evsel
Jiri Olsa
1
-1
/
+1
2019-07-29
libperf: Add perf_evlist__set_maps() function
Jiri Olsa
1
-1
/
+2
2019-07-29
libperf: Add threads to struct perf_evsel
Jiri Olsa
1
-2
/
+2
2019-07-29
libperf: Add cpus to struct perf_evsel
Jiri Olsa
1
-1
/
+1
2019-07-29
libperf: Move perf_event_attr field from perf's evsel to libperf's perf_evsel
Jiri Olsa
1
-26
/
+26
2019-07-29
perf evlist: Rename struct perf_evlist to struct evlist
Jiri Olsa
1
-5
/
+5
2019-07-29
perf evsel: Rename struct perf_evsel to struct evsel
Jiri Olsa
1
-45
/
+45
2019-07-29
perf tools: Rename struct thread_map to struct perf_thread_map
Jiri Olsa
1
-1
/
+1
2019-07-29
perf cpu_map: Rename struct cpu_map to struct perf_cpu_map
Jiri Olsa
1
-1
/
+1
2019-07-23
perf script: Fix off by one in brstackinsn IPC computation
Andi Kleen
1
-1
/
+1
2019-07-10
perf script: Add scripting operation process_switch()
Adrian Hunter
1
-1
/
+7
2019-07-09
perf script: Assume native_arch for pipe mode
Song Liu
1
-1
/
+2
2019-07-09
tools lib: Adopt zalloc()/zfree() from tools/perf
Arnaldo Carvalho de Melo
1
-1
/
+1
2019-07-03
perf script: Allow specifying the files to process guest samples
Arnaldo Carvalho de Melo
1
-0
/
+19
2019-06-26
perf tools: Ditch rtrim(), use skip_spaces() to get closer to the kernel
Arnaldo Carvalho de Melo
1
-6
/
+6
2019-06-25
tools perf: Move from sane_ctype.h obtained from git to the Linux's original
Arnaldo Carvalho de Melo
1
-1
/
+1
2019-06-10
perf script: Set perf time interval in itrace_synth_ops
Adrian Hunter
1
-1
/
+7
2019-06-05
perf script: Add output of IPC ratio
Adrian Hunter
1
-1
/
+22
2019-05-28
perf script: Add --show-bpf-events to show eBPF related events
Jiri Olsa
1
-0
/
+42
2019-05-28
perf script: Pad DSO name for --call-trace
Jiri Olsa
1
-0
/
+1
2019-03-19
perf script: Support relative time
Andi Kleen
1
-2
/
+16
2019-03-11
perf script: Add array bound checking to list_scripts
Andi Kleen
1
-2
/
+6
2019-03-11
perf script: Filter COMM/FORK/.. events by CPU
Andi Kleen
1
-24
/
+47
2019-03-11
perf report: Support output in nanoseconds
Andi Kleen
1
-6
/
+5
2019-03-11
perf script: Support insn output for normal samples
Andi Kleen
1
-1
/
+20
2019-03-01
perf time-utils: Refactor time range parsing code
Jin Yao
1
-31
/
+8
2019-02-25
perf script: Handle missing fields with -F +..
Andi Kleen
1
-3
/
+7
2019-02-22
perf data: Add global path holder
Jiri Olsa
1
-7
/
+5
2019-02-20
perf script: Allow +- operator for type specific fields option
Jiri Olsa
1
-0
/
+8
2019-02-06
pref tools: Add missing map.h includes
Arnaldo Carvalho de Melo
1
-0
/
+1
2019-01-21
perf script: Fix crash when processing recorded stat data
Tony Jones
1
-5
/
+2
2019-01-18
perf script: Fix crash with printing mixed trace point and other events
Andi Kleen
1
-1
/
+1
[next]