index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
/
builtin-script.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-01-16
perf script: Also allow forcing reading of non-root owned files by root
Yannick Brosseau
1
-1
/
+2
2016-12-01
perf script: Add option to specify time window of interest
David Ahern
1
-1
/
+14
2016-11-29
perf script: Add option to stop printing callchain
David Ahern
1
-0
/
+2
2016-10-28
perf tools: Introduce timestamp__scnprintf_usec()
Namhyung Kim
1
-4
/
+6
2016-10-24
perf script: Support insn and insnlen
Andi Kleen
1
-2
/
+22
2016-09-05
perf symbols: Remove symbol_filter_t machinery
Arnaldo Carvalho de Melo
1
-2
/
+2
2016-08-23
tools: Introduce tools/include/linux/time64.h for *SEC_PER_*SEC macros
Arnaldo Carvalho de Melo
1
-3
/
+4
2016-08-15
perf script: Don't disable use_callchain if input is pipe
He Kuang
1
-1
/
+3
2016-08-15
perf script: Show proper message when failed list scripts
He Kuang
1
-2
/
+7
2016-08-09
perf script: Add 'bpf-output' field to usage message
Brendan Gregg
1
-1
/
+1
2016-06-23
perf script: Add callindent option
Adrian Hunter
1
-1
/
+67
2016-06-23
perf script: Print sample flags more nicely
Adrian Hunter
1
-1
/
+34
2016-06-23
perf evlist: Rename for_each() macros to for_each_entry()
Arnaldo Carvalho de Melo
1
-6
/
+6
2016-06-03
perf script: Show call graphs when 1st event doesn't have it but some other has
He Kuang
1
-10
/
+13
2016-05-20
perf tools: Set buildid dir under symfs when --symfs is provided
He Kuang
1
-2
/
+3
2016-05-20
perf tools: Fix usage of max_stack sysctl
Arnaldo Carvalho de Melo
1
-2
/
+0
2016-04-27
perf tools: Set the maximum allowed stack from /proc/sys/kernel/perf_event_ma...
Arnaldo Carvalho de Melo
1
-1
/
+3
2016-04-25
perf script: Fix segfault when printing callchains
Chris Phlipot
1
-6
/
+6
2016-04-18
perf script: Check sample->callchain before using it
Arnaldo Carvalho de Melo
1
-1
/
+1
2016-04-15
perf script: Add --max-stack knob
Arnaldo Carvalho de Melo
1
-0
/
+5
2016-04-15
perf evsel: Require that callchains be resolved before calling fprintf_{sym,c...
Arnaldo Carvalho de Melo
1
-16
/
+20
2016-04-14
perf evsel: Remove symbol_conf usage
Arnaldo Carvalho de Melo
1
-0
/
+2
2016-04-13
perf evsel: Move some methods from session.[ch] to evsel.[ch]
Arnaldo Carvalho de Melo
1
-7
/
+7
2016-04-12
perf evsel: Rename print_ip() to fprintf_sym()
Arnaldo Carvalho de Melo
1
-5
/
+5
2016-04-12
perf evsel: Allow passing a left alignment when printing a symbol
Arnaldo Carvalho de Melo
1
-2
/
+2
2016-04-12
perf evsel: Allow specifying a file to output in perf_evsel__print_ip
Milian Wolff
1
-2
/
+2
2016-04-08
perf script: Use readdir() instead of deprecated readdir_r()
Arnaldo Carvalho de Melo
1
-36
/
+34
2016-04-08
perf script: Process event update events
Jiri Olsa
1
-0
/
+1
2016-03-23
perf script: Remove lots of unused arguments
Arnaldo Carvalho de Melo
1
-23
/
+14
2016-03-23
perf thread: Rename perf_event__preprocess_sample_addr to thread__resolve
Arnaldo Carvalho de Melo
1
-2
/
+2
2016-03-23
perf machine: Rename perf_event__preprocess_sample to machine__resolve
Arnaldo Carvalho de Melo
1
-1
/
+1
2016-03-23
perf tools: Add cpumode to struct perf_sample
Arnaldo Carvalho de Melo
1
-4
/
+3
2016-03-23
perf tools: Remove misplaced __maybe_unused
Arnaldo Carvalho de Melo
1
-1
/
+1
2016-02-25
perf script: Remove duplicated code and needless script_spec__findnew()
Taeung Song
1
-18
/
+3
2016-02-24
perf script: Print bpf-output events in 'perf script'
Wang Nan
1
-5
/
+88
2016-02-24
perf script: Display data_src values
Jiri Olsa
1
-1
/
+19
2016-02-23
perf script: Display addr/data_src/weight columns for raw events
Jiri Olsa
1
-1
/
+2
2016-02-23
perf script: Add data_src and weight column definitions
Jiri Olsa
1
-0
/
+20
2016-01-08
perf script: Align event name properly
Jiri Olsa
1
-2
/
+22
2016-01-07
perf script: Display stat events by default
Jiri Olsa
1
-0
/
+36
2016-01-07
perf script: Add stat default handlers
Jiri Olsa
1
-0
/
+33
2016-01-07
perf script: Process stat config event
Jiri Olsa
1
-0
/
+10
2016-01-07
perf script: Process cpu/threads maps
Jiri Olsa
1
-0
/
+67
2015-12-17
perf subcmd: Create subcmd library
Josh Poimboeuf
1
-2
/
+2
2015-12-17
perf tools: Remove 'perf' from subcmd function and variable names
Josh Poimboeuf
1
-4
/
+4
2015-12-11
perf script: Add support for PERF_TYPE_BREAKPOINT
Wang Nan
1
-0
/
+14
2015-11-26
perf script: Pass perf_script into process_event
Jiri Olsa
1
-12
/
+14
2015-11-26
perf script: Remove default_scripting_ops
Jiri Olsa
1
-36
/
+7
2015-10-29
perf script: Enable printing of branch stack
Stephane Eranian
1
-1
/
+81
2015-10-27
perf tools: Introduce usage_with_options_msg()
Namhyung Kim
1
-4
/
+4
[next]